pub enum MCFHPW {
ALMOSTHALF,
ALMOSTFULL,
}
Expand description
Values that can be written to the field MCFHP
Variants§
ALMOSTHALF
When MCP is set, MMC counters are preset to almost-half value 0x7FFF_FFF0
ALMOSTFULL
When MCP is set, MMC counters are preset to almost-full value 0xFFFF_FFF0
Auto Trait Implementations§
impl Freeze for MCFHPW
impl RefUnwindSafe for MCFHPW
impl Send for MCFHPW
impl Sync for MCFHPW
impl Unpin for MCFHPW
impl UnwindSafe for MCFHPW
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