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 Ord for Difsel10
impl Ord for Difsel10
§impl PartialOrd for Difsel10
impl PartialOrd for Difsel10
impl Copy for Difsel10
impl Eq 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 UnwindSafe for Difsel10
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)