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
impl Copy for Ckstr
impl Eq for Ckstr
impl StructuralPartialEq for Ckstr
Auto Trait Implementations§
impl Freeze for Ckstr
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
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
)