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