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