Enum Difsel10
#[repr(u8)]pub enum Difsel10 {
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 Difsel10
impl Eq for Difsel10
§impl Ord for Difsel10
impl Ord for Difsel10
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 Difsel10
impl PartialOrd for Difsel10
impl StructuralPartialEq for Difsel10
Auto Trait Implementations§
impl Freeze for Difsel10
impl RefUnwindSafe for Difsel10
impl Send for Difsel10
impl Sync for Difsel10
impl Unpin for Difsel10
impl UnsafeUnpin for Difsel10
impl UnwindSafe for Difsel10
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