#[repr(u8)]pub enum Cmdl15Ctype {
CTYPE_0 = 0,
CTYPE_1 = 1,
CTYPE_2 = 2,
CTYPE_3 = 3,
}Variants§
CTYPE_0 = 0
Single-Ended Mode. Only A side channel is converted.
CTYPE_1 = 1
Single-Ended Mode. Only B side channel is converted.
CTYPE_2 = 2
Differential Mode. A-B.
CTYPE_3 = 3
Dual-Single-Ended Mode. Both A side and B side channels are converted independently.
Implementations§
Source§impl Cmdl15Ctype
impl Cmdl15Ctype
Trait Implementations§
Source§impl Clone for Cmdl15Ctype
impl Clone for Cmdl15Ctype
Source§fn clone(&self) -> Cmdl15Ctype
fn clone(&self) -> Cmdl15Ctype
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Cmdl15Ctype
impl Debug for Cmdl15Ctype
Source§impl From<Cmdl15Ctype> for u8
impl From<Cmdl15Ctype> for u8
Source§fn from(val: Cmdl15Ctype) -> u8
fn from(val: Cmdl15Ctype) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Cmdl15Ctype
impl From<u8> for Cmdl15Ctype
Source§fn from(val: u8) -> Cmdl15Ctype
fn from(val: u8) -> Cmdl15Ctype
Converts to this type from the input type.
Source§impl Ord for Cmdl15Ctype
impl Ord for Cmdl15Ctype
Source§fn cmp(&self, other: &Cmdl15Ctype) -> Ordering
fn cmp(&self, other: &Cmdl15Ctype) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Cmdl15Ctype
impl PartialEq for Cmdl15Ctype
Source§impl PartialOrd for Cmdl15Ctype
impl PartialOrd for Cmdl15Ctype
impl Copy for Cmdl15Ctype
impl Eq for Cmdl15Ctype
impl StructuralPartialEq for Cmdl15Ctype
Auto Trait Implementations§
impl Freeze for Cmdl15Ctype
impl RefUnwindSafe for Cmdl15Ctype
impl Send for Cmdl15Ctype
impl Sync for Cmdl15Ctype
impl Unpin for Cmdl15Ctype
impl UnwindSafe for Cmdl15Ctype
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