pub enum MSTR {
Slave = 0,
Master = 1,
}
Expand description
Master selection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MSTR
impl Eq for MSTR
impl StructuralPartialEq for MSTR
Auto Trait Implementations§
impl Freeze for MSTR
impl RefUnwindSafe for MSTR
impl Send for MSTR
impl Sync for MSTR
impl Unpin for MSTR
impl UnwindSafe for MSTR
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