pub struct ForwardOutputPin;
Expand description
Marker for output only pins
Auto Trait Implementations§
impl Freeze for ForwardOutputPin
impl RefUnwindSafe for ForwardOutputPin
impl Send for ForwardOutputPin
impl Sync for ForwardOutputPin
impl Unpin for ForwardOutputPin
impl UnwindSafe for ForwardOutputPin
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