#[repr(transparent)]pub struct MtlTxQ0Debug(pub u32);Expand description
Queue 0 Transmit Debug
Tuple Fields§
§0: u32Implementations§
Source§impl MtlTxQ0Debug
impl MtlTxQ0Debug
Sourcepub const fn set_txqpaused(&mut self, val: bool)
pub const fn set_txqpaused(&mut self, val: bool)
Transmit Queue in Pause
Sourcepub const fn set_trcsts(&mut self, val: Trcsts)
pub const fn set_trcsts(&mut self, val: Trcsts)
MTL Tx Queue Read Controller Status
Sourcepub const fn set_twcsts(&mut self, val: bool)
pub const fn set_twcsts(&mut self, val: bool)
MTL Tx Queue Write Controller Status
Sourcepub const fn set_txqsts(&mut self, val: bool)
pub const fn set_txqsts(&mut self, val: bool)
MTL Tx Queue Not Empty Status
Sourcepub const fn set_txstsfsts(&mut self, val: bool)
pub const fn set_txstsfsts(&mut self, val: bool)
MTL Tx Status FIFO Full Status
Sourcepub const fn set_stxstsf(&mut self, val: u8)
pub const fn set_stxstsf(&mut self, val: u8)
Number of Status Words in Tx Status FIFO of Queue
Trait Implementations§
Source§impl Clone for MtlTxQ0Debug
impl Clone for MtlTxQ0Debug
Source§fn clone(&self) -> MtlTxQ0Debug
fn clone(&self) -> MtlTxQ0Debug
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 MtlTxQ0Debug
impl Debug for MtlTxQ0Debug
Source§impl Default for MtlTxQ0Debug
impl Default for MtlTxQ0Debug
Source§fn default() -> MtlTxQ0Debug
fn default() -> MtlTxQ0Debug
Returns the “default value” for a type. Read more
Source§impl PartialEq for MtlTxQ0Debug
impl PartialEq for MtlTxQ0Debug
impl Copy for MtlTxQ0Debug
impl Eq for MtlTxQ0Debug
impl StructuralPartialEq for MtlTxQ0Debug
Auto Trait Implementations§
impl Freeze for MtlTxQ0Debug
impl RefUnwindSafe for MtlTxQ0Debug
impl Send for MtlTxQ0Debug
impl Sync for MtlTxQ0Debug
impl Unpin for MtlTxQ0Debug
impl UnwindSafe for MtlTxQ0Debug
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