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