Enum Dfsdm2sel
#[repr(u8)]pub enum Dfsdm2sel {
Pclk4 = 0,
Sys = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Dfsdm2sel
impl Eq for Dfsdm2sel
§impl Ord for Dfsdm2sel
impl Ord for Dfsdm2sel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Dfsdm2sel
impl PartialOrd for Dfsdm2sel
impl StructuralPartialEq for Dfsdm2sel
Auto Trait Implementations§
impl Freeze for Dfsdm2sel
impl RefUnwindSafe for Dfsdm2sel
impl Send for Dfsdm2sel
impl Sync for Dfsdm2sel
impl Unpin for Dfsdm2sel
impl UnsafeUnpin for Dfsdm2sel
impl UnwindSafe for Dfsdm2sel
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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