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