pub enum SpiRole {
SpiMaster,
SpiSlave,
}
Variants§
Trait Implementations§
impl Copy for SpiRole
impl StructuralPartialEq for SpiRole
Auto Trait Implementations§
impl Freeze for SpiRole
impl RefUnwindSafe for SpiRole
impl Send for SpiRole
impl Sync for SpiRole
impl Unpin for SpiRole
impl UnwindSafe for SpiRole
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