#[repr(u8)]pub enum Sample {
ON_SCK_EDGE = 0,
ON_DELAYED_SCK_EDGE = 1,
}Variants§
ON_SCK_EDGE = 0
Input data is sampled on SCK edge
ON_DELAYED_SCK_EDGE = 1
Input data is sampled on delayed SCK edge
Implementations§
Trait Implementations§
Source§impl Ord for Sample
impl Ord for Sample
Source§impl PartialOrd for Sample
impl PartialOrd for Sample
impl Copy for Sample
impl Eq for Sample
impl StructuralPartialEq for Sample
Auto Trait Implementations§
impl Freeze for Sample
impl RefUnwindSafe for Sample
impl Send for Sample
impl Sync for Sample
impl Unpin for Sample
impl UnwindSafe for Sample
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