#[repr(u8)]pub enum MMode {
M_MODE_0 = 0,
M_MODE_1 = 1,
M_MODE_2 = 2,
M_MODE_3 = 3,
}Variants§
M_MODE_0 = 0
sense both pos and neg side
M_MODE_1 = 1
sense pos side only
M_MODE_2 = 2
sense neg side only
M_MODE_3 = 3
not allowed
Implementations§
Trait Implementations§
Source§impl Ord for MMode
impl Ord for MMode
Source§impl PartialOrd for MMode
impl PartialOrd for MMode
impl Copy for MMode
impl Eq for MMode
impl StructuralPartialEq for MMode
Auto Trait Implementations§
impl Freeze for MMode
impl RefUnwindSafe for MMode
impl Send for MMode
impl Sync for MMode
impl Unpin for MMode
impl UnwindSafe for MMode
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