pub struct NoMiso;
Expand description
A filler type for when the Miso pin is unnecessary
Trait Implementations§
impl PinMiso<SPI1> for NoMiso
impl PinMiso<SPI2> for NoMiso
impl PinMiso<SPI3> for NoMiso
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