pub struct NoMiso;Expand description
Placeholder for a pin when no MISO pin is required
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoMiso
impl RefUnwindSafe for NoMiso
impl Send for NoMiso
impl Sync for NoMiso
impl Unpin for NoMiso
impl UnwindSafe for NoMiso
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