#[repr(u8)]pub enum SpiBusId {
Bus0 = 0,
Bus1 = 1,
Bus2 = 2,
Bus3 = 3,
}
Variants§
Trait Implementations§
impl Copy for SpiBusId
impl Eq for SpiBusId
impl StructuralPartialEq for SpiBusId
Auto Trait Implementations§
impl Freeze for SpiBusId
impl RefUnwindSafe for SpiBusId
impl Send for SpiBusId
impl Sync for SpiBusId
impl Unpin for SpiBusId
impl UnwindSafe for SpiBusId
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