Struct stm32wlxx_hal::spi::NoSck
source · pub struct NoSck { /* private fields */ }
Expand description
Typestate for no SCK on a generic SPI structure.
Trait Implementations§
source§impl PartialEq for NoSck
impl PartialEq for NoSck
impl Copy for NoSck
impl Eq for NoSck
impl StructuralEq for NoSck
impl StructuralPartialEq for NoSck
Auto Trait Implementations§
impl RefUnwindSafe for NoSck
impl Send for NoSck
impl Sync for NoSck
impl Unpin for NoSck
impl UnwindSafe for NoSck
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