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