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