Struct Difsel
#[repr(transparent)]pub struct Difsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Difsel
impl Difsel
pub const SINGLEENDED: Self
pub const SINGLEENDED: Self
Input channel is configured in single-ended mode
pub const DIFFERENTIAL: Self
pub const DIFFERENTIAL: Self
Input channel is configured in differential mode
Trait Implementations§
§impl Ord for Difsel
impl Ord for Difsel
§impl PartialOrd for Difsel
impl PartialOrd for Difsel
impl Copy for Difsel
impl Eq 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 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