Enum Mcfhp
#[repr(u8)]pub enum Mcfhp {
AlmostHalf = 0,
AlmostFull = 1,
}Variants§
AlmostHalf = 0
When MCP is set, MMC counters are preset to almost-half value 0x7FFF_FFF0
AlmostFull = 1
When MCP is set, MMC counters are preset to almost-full value 0xFFFF_FFF0
Implementations§
Trait Implementations§
impl Copy for Mcfhp
impl Eq for Mcfhp
§impl Ord for Mcfhp
impl Ord for Mcfhp
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 Mcfhp
impl PartialOrd for Mcfhp
impl StructuralPartialEq for Mcfhp
Auto Trait Implementations§
impl Freeze for Mcfhp
impl RefUnwindSafe for Mcfhp
impl Send for Mcfhp
impl Sync for Mcfhp
impl Unpin for Mcfhp
impl UnsafeUnpin for Mcfhp
impl UnwindSafe for Mcfhp
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