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