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