#[repr(transparent)]pub struct MtlTxQ0OperationMode(pub u32);Expand description
Queue 0 Transmit Operation Mode
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for MtlTxQ0OperationMode
impl Clone for MtlTxQ0OperationMode
Source§fn clone(&self) -> MtlTxQ0OperationMode
fn clone(&self) -> MtlTxQ0OperationMode
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 MtlTxQ0OperationMode
impl Debug for MtlTxQ0OperationMode
Source§impl Default for MtlTxQ0OperationMode
impl Default for MtlTxQ0OperationMode
Source§fn default() -> MtlTxQ0OperationMode
fn default() -> MtlTxQ0OperationMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for MtlTxQ0OperationMode
impl PartialEq for MtlTxQ0OperationMode
impl Copy for MtlTxQ0OperationMode
impl Eq for MtlTxQ0OperationMode
impl StructuralPartialEq for MtlTxQ0OperationMode
Auto Trait Implementations§
impl Freeze for MtlTxQ0OperationMode
impl RefUnwindSafe for MtlTxQ0OperationMode
impl Send for MtlTxQ0OperationMode
impl Sync for MtlTxQ0OperationMode
impl Unpin for MtlTxQ0OperationMode
impl UnwindSafe for MtlTxQ0OperationMode
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