#[repr(u8)]pub enum Dmcs {
DMCS_0 = 0,
DMCS_1 = 1,
}Variants§
DMCS_0 = 0
Slow clock is selected for the timing generation.
DMCS_1 = 1
Fast clock is selected for the timing generation.
Implementations§
Trait Implementations§
Source§impl Ord for Dmcs
impl Ord for Dmcs
Source§impl PartialOrd for Dmcs
impl PartialOrd for Dmcs
impl Copy for Dmcs
impl Eq for Dmcs
impl StructuralPartialEq for Dmcs
Auto Trait Implementations§
impl Freeze for Dmcs
impl RefUnwindSafe for Dmcs
impl Send for Dmcs
impl Sync for Dmcs
impl Unpin for Dmcs
impl UnwindSafe for Dmcs
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