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