Home
last modified time | relevance | path

Searched defs:Struct3 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/
Dpin_project.rs201 struct Struct3<T> in where_clause_and_associated_type_field() struct
205 f: T, in where_clause_and_associated_type_field()
210 impl<T> Static for Struct3<T> {} in where_clause_and_associated_type_field() implementation
277 pub struct Struct3<'a, T: core::fmt::Debug> { in trait_bounds_on_type_generics() struct
278 f: &'a mut T, in trait_bounds_on_type_generics()
561 struct Struct3<T> in dst() struct
565 f: T, in dst()
691 struct Struct3 { in dyn_type() struct
692 f: dyn core::fmt::Debug + Send, in dyn_type()
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dabi_test.go458 func passStruct3(a Struct3) Struct3 {
753 func callArgsStruct3(f func(Struct3, MagicLastTypeNameForTestingRegisterABI) Struct3, a0 Struct3) S…
855 type Struct3 struct { struct
856 A, B, C uint
857 D [2]uint32
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/
Dtest.rs190 impl<T> Static for Struct3<T> {} in where_clause_and_associated_type_field() implementation