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