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
impl Copy for Wckcfg
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)