Enum Mdma
#[repr(u8)]pub enum Mdma {
Disabled = 0,
_RESERVED_1 = 1,
Bits1210 = 2,
Bits86 = 3,
}Variants§
Disabled = 0
MDMA mode disabled
_RESERVED_1 = 1
Bits1210 = 2
MDMA mode enabled for 12 and 10-bit resolution
Bits86 = 3
MDMA mode enabled for 8 and 6-bit resolution
Implementations§
Trait Implementations§
impl Copy for Mdma
impl Eq for Mdma
§impl Ord for Mdma
impl Ord for Mdma
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Mdma
impl PartialOrd for Mdma
impl StructuralPartialEq for Mdma
Auto Trait Implementations§
impl Freeze for Mdma
impl RefUnwindSafe for Mdma
impl Send for Mdma
impl Sync for Mdma
impl Unpin for Mdma
impl UnsafeUnpin for Mdma
impl UnwindSafe for Mdma
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