#[repr(u8)]pub enum Mstena {
MASTER_OFF = 0,
MASTER_ON = 1,
MASTER_CAPABLE = 2,
I2C_MASTER_MODE = 3,
}Variants§
MASTER_OFF = 0
CONTROLLER_OFF
MASTER_ON = 1
CONTROLLER_ON
MASTER_CAPABLE = 2
CONTROLLER_CAPABLE
I2C_MASTER_MODE = 3
I2C_CONTROLLER_MODE
Implementations§
Trait Implementations§
Source§impl Ord for Mstena
impl Ord for Mstena
Source§impl PartialOrd for Mstena
impl PartialOrd for Mstena
impl Copy for Mstena
impl Eq for Mstena
impl StructuralPartialEq for Mstena
Auto Trait Implementations§
impl Freeze for Mstena
impl RefUnwindSafe for Mstena
impl Send for Mstena
impl Sync for Mstena
impl Unpin for Mstena
impl UnwindSafe for Mstena
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