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