#[repr(u8)]pub enum Mclk1dis {
ENABLED = 0,
DISABLED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Mclk1dis
impl Ord for Mclk1dis
Source§impl PartialOrd for Mclk1dis
impl PartialOrd for Mclk1dis
impl Copy for Mclk1dis
impl Eq for Mclk1dis
impl StructuralPartialEq for Mclk1dis
Auto Trait Implementations§
impl Freeze for Mclk1dis
impl RefUnwindSafe for Mclk1dis
impl Send for Mclk1dis
impl Sync for Mclk1dis
impl Unpin for Mclk1dis
impl UnwindSafe for Mclk1dis
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