Home
last modified time | relevance | path

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

/external/rust/crates/pin-project/tests/expand/multifields/
Dstruct.expanded.rs53 struct __StructProjectionRef<'pin, T, U> struct
57 pinned1: ::pin_project::__private::Pin<&'pin (T)>,
58 pinned2: ::pin_project::__private::Pin<&'pin (T)>,
59 unpinned1: &'pin (U),
60 unpinned2: &'pin (U),
/external/rust/crates/pin-project/tests/expand/unsafe_unpin/
Dstruct.expanded.rs48 struct __StructProjectionRef<'pin, T, U> struct
70 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/crates/pin-project/examples/
Dunsafe_unpin-expanded.rs40 pub(crate) struct __StructProjectionRef<'pin, T, U> struct
62 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dnot_unpin-expanded.rs41 pub(crate) struct __StructProjectionRef<'pin, T, U> struct
63 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dstruct-default-expanded.rs38 struct __StructProjectionRef<'pin, T, U> struct
60 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dpinned_drop-expanded.rs47 pub(crate) struct __StructProjectionRef<'pin, 'a, T> struct
69 ) -> __StructProjectionRef<'pin, 'a, T> { in project_ref() argument
Dproject_replace-expanded.rs38 struct __StructProjectionRef<'pin, T, U> struct
64 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/crates/pin-project/tests/expand/not_unpin/
Dstruct.expanded.rs48 struct __StructProjectionRef<'pin, T, U> struct
70 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/crates/pin-project/tests/expand/naming/
Dstruct-none.expanded.rs48 struct __StructProjectionRef<'pin, T, U> struct
70 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dstruct-mut.expanded.rs48 struct __StructProjectionRef<'pin, T, U> struct
68 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dstruct-own.expanded.rs61 struct __StructProjectionRef<'pin, T, U> struct
83 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/crates/pin-project/tests/expand/default/
Dstruct.expanded.rs48 struct __StructProjectionRef<'pin, T, U> struct
70 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/crates/pin-project/tests/expand/pub/
Dstruct.expanded.rs48 pub(crate) struct __StructProjectionRef<'pin, T, U> struct
70 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/crates/pin-project/tests/expand/pinned_drop/
Dstruct.expanded.rs49 struct __StructProjectionRef<'pin, T, U> struct
71 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
/external/rust/crates/pin-project/tests/expand/project_replace/
Dstruct.expanded.rs48 struct __StructProjectionRef<'pin, T, U> struct
52 pinned: ::pin_project::__private::Pin<&'pin (T)>,
53 unpinned: &'pin (U),