Enum stm32_metapac::sai::vals::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 Ord for Wckcfg
impl Ord for Wckcfg
§impl PartialOrd for Wckcfg
impl PartialOrd for Wckcfg
§fn partial_cmp(&self, other: &Wckcfg) -> Option<Ordering>
fn partial_cmp(&self, other: &Wckcfg) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Wckcfg
impl Eq for Wckcfg
impl StructuralEq for Wckcfg
impl StructuralPartialEq for Wckcfg
Auto Trait Implementations§
impl RefUnwindSafe for Wckcfg
impl Send for Wckcfg
impl Sync for Wckcfg
impl Unpin 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