Searched defs:Struct8 (Results 1 – 1 of 1) sorted by relevance
308 pub struct Struct8<'a, 'b: 'a> { in trait_bounds_on_type_generics() struct309 f1: &'a u8, in trait_bounds_on_type_generics()310 f2: &'b u8, in trait_bounds_on_type_generics()600 struct Struct8<T: ?Sized> { in dst() struct602 f: T, in dst()606 impl<T: ?Sized> PinnedDrop for Struct8<T> { in dst() implementation