#[repr(u8)]pub enum Spimod {
SPI = 0,
BSPI = 1,
FLEXSPI = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Spimod
impl Ord for Spimod
Source§impl PartialOrd for Spimod
impl PartialOrd for Spimod
impl Copy for Spimod
impl Eq for Spimod
impl StructuralPartialEq for Spimod
Auto Trait Implementations§
impl Freeze for Spimod
impl RefUnwindSafe for Spimod
impl Send for Spimod
impl Sync for Spimod
impl Unpin for Spimod
impl UnwindSafe for Spimod
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