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