Enum stm32_metapac::sai::vals::Ckstr
#[repr(u8)]pub enum Ckstr {
FALLINGEDGE = 0,
RISINGEDGE = 1,
}
Variants§
FALLINGEDGE = 0
Data strobing edge is falling edge of SCK
RISINGEDGE = 1
Data strobing edge is rising edge of SCK
Implementations§
Trait Implementations§
§impl Ord for Ckstr
impl Ord for Ckstr
§impl PartialOrd for Ckstr
impl PartialOrd for Ckstr
§fn partial_cmp(&self, other: &Ckstr) -> Option<Ordering>
fn partial_cmp(&self, other: &Ckstr) -> 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 Ckstr
impl Eq for Ckstr
impl StructuralEq for Ckstr
impl StructuralPartialEq for Ckstr
Auto Trait Implementations§
impl RefUnwindSafe for Ckstr
impl Send for Ckstr
impl Sync for Ckstr
impl Unpin for Ckstr
impl UnwindSafe for Ckstr
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