Home
last modified time | relevance | path

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

/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
65 __StructProjectionRef { in project_ref()
Dnot_unpin-expanded.rs41 pub(crate) struct __StructProjectionRef<'pin, T, U> struct
63 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
66 __StructProjectionRef { in project_ref()
Dstruct-default-expanded.rs38 struct __StructProjectionRef<'pin, T, U> struct
60 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
63 __StructProjectionRef { in project_ref()
Dpinned_drop-expanded.rs47 pub(crate) struct __StructProjectionRef<'pin, 'a, T> struct
69 ) -> __StructProjectionRef<'pin, 'a, T> { in project_ref() argument
72 __StructProjectionRef { in project_ref()
Dproject_replace-expanded.rs38 struct __StructProjectionRef<'pin, T, U> struct
64 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
67 __StructProjectionRef { in project_ref()
/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
73 __StructProjectionRef { in project_ref()
/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
73 __StructProjectionRef { in project_ref()
/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
73 __StructProjectionRef { in project_ref()
Dstruct-mut.expanded.rs48 struct __StructProjectionRef<'pin, T, U> struct
68 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
71 __StructProjectionRef { in project_ref()
Dstruct-own.expanded.rs61 struct __StructProjectionRef<'pin, T, U> struct
83 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
86 __StructProjectionRef { in project_ref()
/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
73 __StructProjectionRef { in project_ref()
/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
73 __StructProjectionRef { in project_ref()
/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
74 __StructProjectionRef { in project_ref()
/external/rust/crates/pin-project/tests/expand/project_replace/
Dstruct.expanded.rs48 struct __StructProjectionRef<'pin, T, U> struct
83 ) -> __StructProjectionRef<'pin, T, U> { in project_ref()
86 __StructProjectionRef { in project_ref()
/external/rust/crates/pin-project/tests/expand/multifields/
Dstruct.expanded.rs53 struct __StructProjectionRef<'pin, T, U> struct
99 ) -> __StructProjectionRef<'pin, T, U> { in project_ref()
107 __StructProjectionRef { in project_ref()