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