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