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