#[repr(transparent)]pub struct MtlRxq1Control(pub u32);Expand description
Queue 1 Receive Control
Tuple Fields§
§0: u32Implementations§
Source§impl MtlRxq1Control
impl MtlRxq1Control
Sourcepub const fn set_rxq_wegt(&mut self, val: u8)
pub const fn set_rxq_wegt(&mut self, val: u8)
Receive Queue Weight
Sourcepub const fn rxq_frm_arbit(&self) -> bool
pub const fn rxq_frm_arbit(&self) -> bool
Receive Queue Packet Arbitration
Sourcepub const fn set_rxq_frm_arbit(&mut self, val: bool)
pub const fn set_rxq_frm_arbit(&mut self, val: bool)
Receive Queue Packet Arbitration
Trait Implementations§
Source§impl Clone for MtlRxq1Control
impl Clone for MtlRxq1Control
Source§fn clone(&self) -> MtlRxq1Control
fn clone(&self) -> MtlRxq1Control
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 MtlRxq1Control
impl Debug for MtlRxq1Control
Source§impl Default for MtlRxq1Control
impl Default for MtlRxq1Control
Source§fn default() -> MtlRxq1Control
fn default() -> MtlRxq1Control
Returns the “default value” for a type. Read more
Source§impl PartialEq for MtlRxq1Control
impl PartialEq for MtlRxq1Control
impl Copy for MtlRxq1Control
impl Eq for MtlRxq1Control
impl StructuralPartialEq for MtlRxq1Control
Auto Trait Implementations§
impl Freeze for MtlRxq1Control
impl RefUnwindSafe for MtlRxq1Control
impl Send for MtlRxq1Control
impl Sync for MtlRxq1Control
impl Unpin for MtlRxq1Control
impl UnwindSafe for MtlRxq1Control
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