pub enum MCOPREW {
DIV_1,
DIV_2,
DIV_4,
DIV_8,
DIV_16,
DIV_32,
DIV_64,
DIV_128,
}Expand description
Values that can be written to the field MCOPRE
Variants§
DIV_1
MCO is divided by 1
DIV_2
MCO is divided by 2
DIV_4
MCO is divided by 4
DIV_8
MCO is divided by 8
DIV_16
MCO is divided by 16
DIV_32
MCO is divided by 32
DIV_64
MCO is divided by 64
DIV_128
MCO is divided by 128
Auto Trait Implementations§
impl Freeze for MCOPREW
impl RefUnwindSafe for MCOPREW
impl Send for MCOPREW
impl Sync for MCOPREW
impl Unpin for MCOPREW
impl UnwindSafe for MCOPREW
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