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