Searched defs:Struct8 (Results 1 – 1 of 1) sorted by relevance
315 pub struct Struct8<'a, 'b: 'a> { in trait_bounds_on_type_generics() struct316 f1: &'a u8, in trait_bounds_on_type_generics()317 f2: &'b u8, in trait_bounds_on_type_generics()606 struct Struct8<T: ?Sized> { in dst() struct608 f: T, in dst()612 impl<T: ?Sized> PinnedDrop for Struct8<T> { in dst() implementation