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