/external/rust/crates/pin-project/tests/expand/multifields/ |
D | struct.expanded.rs | 40 struct __StructProjectionRef<'pin, T, U> struct 44 pinned1: ::pin_project::__private::Pin<&'pin (T)>, 45 pinned2: ::pin_project::__private::Pin<&'pin (T)>, 46 unpinned1: &'pin (U), 47 unpinned2: &'pin (U),
|
/external/rust/crates/pin-project/tests/expand/unsafe_unpin/ |
D | struct.expanded.rs | 35 struct __StructProjectionRef<'pin, T, U> struct 57 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/crates/pin-project/examples/ |
D | unsafe_unpin-expanded.rs | 40 pub(crate) struct __StructProjectionRef<'pin, T, U> struct 62 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | not_unpin-expanded.rs | 41 pub(crate) struct __StructProjectionRef<'pin, T, U> struct 63 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | struct-default-expanded.rs | 38 struct __StructProjectionRef<'pin, T, U> struct 60 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | pinned_drop-expanded.rs | 47 pub(crate) struct __StructProjectionRef<'pin, 'a, T> struct 69 ) -> __StructProjectionRef<'pin, 'a, T> { in project_ref() argument
|
D | project_replace-expanded.rs | 38 struct __StructProjectionRef<'pin, T, U> struct 64 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/crates/pin-project/tests/expand/not_unpin/ |
D | struct.expanded.rs | 35 struct __StructProjectionRef<'pin, T, U> struct 57 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/crates/pin-project/tests/expand/default/ |
D | struct.expanded.rs | 35 struct __StructProjectionRef<'pin, T, U> struct 57 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/crates/pin-project/tests/expand/pub/ |
D | struct.expanded.rs | 35 pub(crate) struct __StructProjectionRef<'pin, T, U> struct 57 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/crates/pin-project/tests/expand/naming/ |
D | struct-none.expanded.rs | 35 struct __StructProjectionRef<'pin, T, U> struct 57 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | struct-mut.expanded.rs | 44 struct __StructProjectionRef<'pin, T, U> struct 64 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | struct-own.expanded.rs | 49 struct __StructProjectionRef<'pin, T, U> struct 71 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/crates/pin-project/tests/expand/pinned_drop/ |
D | struct.expanded.rs | 36 struct __StructProjectionRef<'pin, T, U> struct 58 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/crates/pin-project/tests/expand/project_replace/ |
D | struct.expanded.rs | 35 struct __StructProjectionRef<'pin, T, U> struct 62 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|