Searched defs:Struct8 (Results 1 – 2 of 2) 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
488 func passStruct8(a Struct8) Struct8 {783 func callArgsStruct8(f func(Struct8, MagicLastTypeNameForTestingRegisterABI) Struct8, a0 Struct8) S…892 type Struct8 struct { struct893 Struct5894 Struct1909 Struct8 anonMember