Struct Mcopre
#[repr(transparent)]pub struct Mcopre(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Mcopre
impl Mcopre
pub const DIV1: Self
pub const DIV1: Self
MCO is divided by 1
pub const DIV2: Self
pub const DIV2: Self
MCO is divided by 2
pub const DIV4: Self
pub const DIV4: Self
MCO is divided by 4
pub const DIV8: Self
pub const DIV8: Self
MCO is divided by 8
pub const DIV16: Self
pub const DIV16: Self
MCO is divided by 16
pub const DIV32: Self
pub const DIV32: Self
MCO is divided by 32
pub const DIV64: Self
pub const DIV64: Self
MCO is divided by 64
pub const DIV128: Self
pub const DIV128: Self
MCO is divided by 128
Trait Implementations§
§impl Ord for Mcopre
impl Ord for Mcopre
§impl PartialOrd for Mcopre
impl PartialOrd for Mcopre
impl Copy for Mcopre
impl Eq for Mcopre
impl StructuralPartialEq for Mcopre
Auto Trait Implementations§
impl Freeze for Mcopre
impl RefUnwindSafe for Mcopre
impl Send for Mcopre
impl Sync for Mcopre
impl Unpin for Mcopre
impl UnwindSafe for Mcopre
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