pub struct NoMosi;
Expand description
A filler type for when the Mosi pin is unnecessary
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoMosi
impl RefUnwindSafe for NoMosi
impl Send for NoMosi
impl Sync for NoMosi
impl Unpin for NoMosi
impl UnwindSafe for NoMosi
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