pub enum MCPW {
PRESET,
}
Expand description
Values that can be written to the field MCP
Variants§
PRESET
MMC counters will be preset to almost full or almost half. Cleared automatically
Auto Trait Implementations§
impl Freeze for MCPW
impl RefUnwindSafe for MCPW
impl Send for MCPW
impl Sync for MCPW
impl Unpin for MCPW
impl UnwindSafe for MCPW
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