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