Enum Difsel
#[repr(u8)]pub enum Difsel {
SingleEnded = 0,
Differential = 1,
}Variants§
SingleEnded = 0
Input channel is configured in single-ended mode
Differential = 1
Input channel is configured in differential mode
Implementations§
Trait Implementations§
impl Copy for Difsel
impl Eq for Difsel
§impl Ord for Difsel
impl Ord for Difsel
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 Difsel
impl PartialOrd for Difsel
impl StructuralPartialEq for Difsel
Auto Trait Implementations§
impl Freeze for Difsel
impl RefUnwindSafe for Difsel
impl Send for Difsel
impl Sync for Difsel
impl Unpin for Difsel
impl UnsafeUnpin for Difsel
impl UnwindSafe for Difsel
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