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