pub struct Pin<MODE> { /* private fields */ }
Expand description
Fully erased pin
Trait Implementations§
Source§impl<MODE> StatefulOutputPin for Pin<Output<MODE>>
impl<MODE> StatefulOutputPin for Pin<Output<MODE>>
impl<MODE> Default for Pin<Output<MODE>>
impl<MODE> Send for Pin<MODE>
impl<MODE> Sync for Pin<MODE>
Auto Trait Implementations§
impl<MODE> Freeze for Pin<MODE>
impl<MODE> !RefUnwindSafe for Pin<MODE>
impl<MODE> Unpin for Pin<MODE>where
MODE: Unpin,
impl<MODE> !UnwindSafe for Pin<MODE>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more