Home
last modified time | relevance | path

Searched defs:ProjectionRef (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/pin-project-lite/tests/expand/multifields/
Dstruct.expanded.rs48 struct ProjectionRef<'__pin, T, U> struct
52 pinned1: ::pin_project_lite::__private::Pin<&'__pin (T)>,
53 pinned2: ::pin_project_lite::__private::Pin<&'__pin (T)>,
54 unpinned1: &'__pin (U),
78 ) -> ProjectionRef<'__pin, T, U> { in project_ref() argument
/third_party/rust/crates/pin-project-lite/tests/expand/naming/
Dstruct-none.expanded.rs33 struct ProjectionRef<'__pin, T, U> struct
54 ) -> ProjectionRef<'__pin, T, U> { in project_ref() argument
Dstruct-mut.expanded.rs33 struct ProjectionRef<'__pin, T, U> struct
54 ) -> ProjectionRef<'__pin, T, U> { in project_ref() argument
/third_party/rust/crates/pin-project-lite/tests/expand/default/
Dstruct.expanded.rs33 struct ProjectionRef<'__pin, T, U> struct
54 ) -> ProjectionRef<'__pin, T, U> { in project_ref() argument
/third_party/rust/crates/pin-project-lite/tests/expand/pub/
Dstruct.expanded.rs33 pub(crate) struct ProjectionRef<'__pin, T, U> struct
54 ) -> ProjectionRef<'__pin, T, U> { in project_ref() argument
/third_party/rust/crates/pin-project-lite/tests/expand/pinned_drop/
Dstruct.expanded.rs34 struct ProjectionRef<'__pin, T, U> struct
55 ) -> ProjectionRef<'__pin, T, U> { in project_ref() argument