Searched defs:Struct7 (Results 1 – 3 of 3) sorted by relevance
299 pub struct Struct7<T: 'static> { in trait_bounds_on_type_generics() struct300 f: T, in trait_bounds_on_type_generics()305 impl<T> Static for Struct7<T> {} in trait_bounds_on_type_generics() implementation590 struct Struct7<T: ?Sized> { in dst() struct591 f: T, in dst()595 impl<T: ?Sized> PinnedDrop for Struct7<T> { in dst() implementation
482 func passStruct7(a Struct7) Struct7 {777 func callArgsStruct7(f func(Struct7, MagicLastTypeNameForTestingRegisterABI) Struct7, a0 Struct7) S…885 type Struct7 struct { struct886 Struct1887 Struct2902 Struct7 anonMember
295 impl<T> Static for Struct7<T> {} in trait_bounds_on_type_generics() implementation