#[repr(transparent)]pub struct MtlRxq1Debug(pub u32);Expand description
Queue 1 Receive Debug
Tuple Fields§
§0: u32Implementations§
Source§impl MtlRxq1Debug
impl MtlRxq1Debug
Sourcepub const fn set_rwcsts(&mut self, val: bool)
pub const fn set_rwcsts(&mut self, val: bool)
MTL Rx Queue Write Controller Active Status
Sourcepub const fn rrcsts(&self) -> MtlRxq1DebugRrcsts
pub const fn rrcsts(&self) -> MtlRxq1DebugRrcsts
MTL Rx Queue Read Controller State
Sourcepub const fn set_rrcsts(&mut self, val: MtlRxq1DebugRrcsts)
pub const fn set_rrcsts(&mut self, val: MtlRxq1DebugRrcsts)
MTL Rx Queue Read Controller State
Sourcepub const fn rxqsts(&self) -> MtlRxq1DebugRxqsts
pub const fn rxqsts(&self) -> MtlRxq1DebugRxqsts
MTL Rx Queue Fill-Level Status
Sourcepub const fn set_rxqsts(&mut self, val: MtlRxq1DebugRxqsts)
pub const fn set_rxqsts(&mut self, val: MtlRxq1DebugRxqsts)
MTL Rx Queue Fill-Level Status
Trait Implementations§
Source§impl Clone for MtlRxq1Debug
impl Clone for MtlRxq1Debug
Source§fn clone(&self) -> MtlRxq1Debug
fn clone(&self) -> MtlRxq1Debug
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 MtlRxq1Debug
impl Debug for MtlRxq1Debug
Source§impl Default for MtlRxq1Debug
impl Default for MtlRxq1Debug
Source§fn default() -> MtlRxq1Debug
fn default() -> MtlRxq1Debug
Returns the “default value” for a type. Read more
Source§impl PartialEq for MtlRxq1Debug
impl PartialEq for MtlRxq1Debug
impl Copy for MtlRxq1Debug
impl Eq for MtlRxq1Debug
impl StructuralPartialEq for MtlRxq1Debug
Auto Trait Implementations§
impl Freeze for MtlRxq1Debug
impl RefUnwindSafe for MtlRxq1Debug
impl Send for MtlRxq1Debug
impl Sync for MtlRxq1Debug
impl Unpin for MtlRxq1Debug
impl UnwindSafe for MtlRxq1Debug
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