pub enum MCPR {
PRESET,
_Reserved(bool),
}
Expand description
Possible values of the field MCP
Variants§
PRESET
MMC counters will be preset to almost full or almost half. Cleared automatically
_Reserved(bool)
Reserved
Implementations§
Trait Implementations§
impl Copy for MCPR
impl StructuralPartialEq for MCPR
Auto Trait Implementations§
impl Freeze for MCPR
impl RefUnwindSafe for MCPR
impl Send for MCPR
impl Sync for MCPR
impl Unpin for MCPR
impl UnwindSafe for MCPR
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