Lines Matching refs:__pin
905 struct __Unpin <'__pin, $($impl_generics)*>
908 __phantom_pin: ::core::marker::PhantomData<fn(&'__pin ()) -> &'__pin ()>,
917 impl<'__pin, $($impl_generics)*> ::core::marker::Unpin for $name<$($ty_generics)*>
919 __Unpin<'__pin, $($ty_generics)*>: ::core::marker::Unpin,
1008 $vis struct [< $name Projection >] <'__pin, $($decl_generics)*> {
1009 $($(#[$($p_attr)*])* $pvis $p_field : ::core::pin::Pin<&'__pin mut $p_type>,)*
1010 $($(#[$($attr)*])* $fvis $field : &'__pin mut $type,)*
1011 ___pin_phantom_data: ::core::marker::PhantomData<&'__pin mut ()>,
1025 $vis fn project<'__pin>(
1026 self: ::core::pin::Pin<&'__pin mut Self>,
1027 ) -> [< $name Projection >] <'__pin, $($ty_generics)*> {