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