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