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