Enum Wckcfg
#[repr(u8)]pub enum Wckcfg {
Correct = 0,
Wrong = 1,
}Variants§
Correct = 0
Clock configuration is correct
Wrong = 1
Clock configuration does not respect the rule concerning the frame length specification
Implementations§
Trait Implementations§
impl Copy for Wckcfg
impl Eq for Wckcfg
§impl Ord for Wckcfg
impl Ord for Wckcfg
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Wckcfg
impl PartialOrd for Wckcfg
impl StructuralPartialEq for Wckcfg
Auto Trait Implementations§
impl Freeze for Wckcfg
impl RefUnwindSafe for Wckcfg
impl Send for Wckcfg
impl Sync for Wckcfg
impl Unpin for Wckcfg
impl UnsafeUnpin for Wckcfg
impl UnwindSafe for Wckcfg
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