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