#[repr(u8)]pub enum Scdcm {
ALWAYS = 0,
DURING_CONV = 1,
}Variants§
ALWAYS = 0
Constantly when CnCR[CHEN] = MCR[MEN] = 1
DURING_CONV = 1
Only when the PF is performing a conversion
Implementations§
Trait Implementations§
Source§impl Ord for Scdcm
impl Ord for Scdcm
Source§impl PartialOrd for Scdcm
impl PartialOrd for Scdcm
impl Copy for Scdcm
impl Eq for Scdcm
impl StructuralPartialEq for Scdcm
Auto Trait Implementations§
impl Freeze for Scdcm
impl RefUnwindSafe for Scdcm
impl Send for Scdcm
impl Sync for Scdcm
impl Unpin for Scdcm
impl UnwindSafe for Scdcm
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