#[repr(u8)]pub enum MixCtrlDtdsel {
DTDSEL_B = 0,
DTDSEL_A = 1,
}Variants§
Implementations§
Source§impl MixCtrlDtdsel
impl MixCtrlDtdsel
Trait Implementations§
Source§impl Clone for MixCtrlDtdsel
impl Clone for MixCtrlDtdsel
Source§fn clone(&self) -> MixCtrlDtdsel
fn clone(&self) -> MixCtrlDtdsel
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 MixCtrlDtdsel
impl Debug for MixCtrlDtdsel
Source§impl From<MixCtrlDtdsel> for u8
impl From<MixCtrlDtdsel> for u8
Source§fn from(val: MixCtrlDtdsel) -> u8
fn from(val: MixCtrlDtdsel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MixCtrlDtdsel
impl From<u8> for MixCtrlDtdsel
Source§fn from(val: u8) -> MixCtrlDtdsel
fn from(val: u8) -> MixCtrlDtdsel
Converts to this type from the input type.
Source§impl Ord for MixCtrlDtdsel
impl Ord for MixCtrlDtdsel
Source§fn cmp(&self, other: &MixCtrlDtdsel) -> Ordering
fn cmp(&self, other: &MixCtrlDtdsel) -> 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 MixCtrlDtdsel
impl PartialEq for MixCtrlDtdsel
Source§impl PartialOrd for MixCtrlDtdsel
impl PartialOrd for MixCtrlDtdsel
impl Copy for MixCtrlDtdsel
impl Eq for MixCtrlDtdsel
impl StructuralPartialEq for MixCtrlDtdsel
Auto Trait Implementations§
impl Freeze for MixCtrlDtdsel
impl RefUnwindSafe for MixCtrlDtdsel
impl Send for MixCtrlDtdsel
impl Sync for MixCtrlDtdsel
impl Unpin for MixCtrlDtdsel
impl UnwindSafe for MixCtrlDtdsel
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