Home
last modified time | relevance | path

Searched defs:__StructProjectionRef (Results 1 – 15 of 15) sorted by relevance

/external/rust/android-crates-io/crates/pin-project/tests/expand/multifields/
Dstruct.expanded.rs45 struct __StructProjectionRef<'pin, T, U> struct
49 pinned1: ::pin_project::__private::Pin<&'pin (T)>,
50 pinned2: ::pin_project::__private::Pin<&'pin (T)>,
51 unpinned1: &'pin (U),
52 unpinned2: &'pin (U),
/external/rust/android-crates-io/crates/pin-project/tests/expand/not_unpin/
Dstruct.expanded.rs40 struct __StructProjectionRef<'pin, T, U> struct
66 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/android-crates-io/crates/pin-project/examples/
Dunsafe_unpin-expanded.rs49 struct __StructProjectionRef<'pin, T, U> struct
71 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dnot_unpin-expanded.rs50 struct __StructProjectionRef<'pin, T, U> struct
72 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dstruct-default-expanded.rs47 struct __StructProjectionRef<'pin, T, U> struct
69 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dpinned_drop-expanded.rs58 pub(crate) struct __StructProjectionRef<'pin, 'a, T> struct
80 ) -> __StructProjectionRef<'pin, 'a, T> { in project_ref() argument
Dproject_replace-expanded.rs47 struct __StructProjectionRef<'pin, T, U> struct
73 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/android-crates-io/crates/pin-project/tests/expand/unsafe_unpin/
Dstruct.expanded.rs40 struct __StructProjectionRef<'pin, T, U> struct
66 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/android-crates-io/crates/pin-project/tests/expand/naming/
Dstruct-none.expanded.rs40 struct __StructProjectionRef<'pin, T, U> struct
66 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dstruct-mut.expanded.rs57 struct __StructProjectionRef<'pin, T, U> struct
83 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dstruct-own.expanded.rs61 struct __StructProjectionRef<'pin, T, U> struct
87 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/android-crates-io/crates/pin-project/tests/expand/default/
Dstruct.expanded.rs40 struct __StructProjectionRef<'pin, T, U> struct
66 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/android-crates-io/crates/pin-project/tests/expand/pub/
Dstruct.expanded.rs40 pub(crate) struct __StructProjectionRef<'pin, T, U> struct
66 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/android-crates-io/crates/pin-project/tests/expand/pinned_drop/
Dstruct.expanded.rs41 struct __StructProjectionRef<'pin, T, U> struct
67 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/android-crates-io/crates/pin-project/tests/expand/project_replace/
Dstruct.expanded.rs40 struct __StructProjectionRef<'pin, T, U> struct
44 pinned: ::pin_project::__private::Pin<&'pin (T)>,
45 unpinned: &'pin (U),