Enum Mcp
#[repr(u8)]pub enum Mcp {
_RESERVED_0 = 0,
Preset = 1,
}Variants§
_RESERVED_0 = 0
Preset = 1
MMC counters will be preset to almost full or almost half. Cleared automatically
Implementations§
Trait Implementations§
impl Copy for Mcp
impl Eq for Mcp
§impl Ord for Mcp
impl Ord for Mcp
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 Mcp
impl PartialOrd for Mcp
impl StructuralPartialEq for Mcp
Auto Trait Implementations§
impl Freeze for Mcp
impl RefUnwindSafe for Mcp
impl Send for Mcp
impl Sync for Mcp
impl Unpin for Mcp
impl UnsafeUnpin for Mcp
impl UnwindSafe for Mcp
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