#[repr(u8)]pub enum Sample {
ON_SCK_EDGE = 0,
ON_DELAYED_SCK_EDGE = 1,
}Variants§
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