#[repr(transparent)]pub struct MtlRxq1MissedPacketOverflowCnt(pub u32);Expand description
Queue 1 Missed Packet and Overflow Counter
Tuple Fields§
§0: u32Implementations§
Source§impl MtlRxq1MissedPacketOverflowCnt
impl MtlRxq1MissedPacketOverflowCnt
Sourcepub const fn set_ovfpktcnt(&mut self, val: u16)
pub const fn set_ovfpktcnt(&mut self, val: u16)
Overflow Packet Counter
Sourcepub const fn set_ovfcntovf(&mut self, val: bool)
pub const fn set_ovfcntovf(&mut self, val: bool)
Overflow Counter Overflow Bit
Sourcepub const fn set_mispktcnt(&mut self, val: u16)
pub const fn set_mispktcnt(&mut self, val: u16)
Missed Packet Counter
Sourcepub const fn set_miscntovf(&mut self, val: bool)
pub const fn set_miscntovf(&mut self, val: bool)
Missed Packet Counter Overflow Bit
Trait Implementations§
Source§impl Clone for MtlRxq1MissedPacketOverflowCnt
impl Clone for MtlRxq1MissedPacketOverflowCnt
Source§fn clone(&self) -> MtlRxq1MissedPacketOverflowCnt
fn clone(&self) -> MtlRxq1MissedPacketOverflowCnt
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 Default for MtlRxq1MissedPacketOverflowCnt
impl Default for MtlRxq1MissedPacketOverflowCnt
Source§fn default() -> MtlRxq1MissedPacketOverflowCnt
fn default() -> MtlRxq1MissedPacketOverflowCnt
Returns the “default value” for a type. Read more
Source§impl PartialEq for MtlRxq1MissedPacketOverflowCnt
impl PartialEq for MtlRxq1MissedPacketOverflowCnt
Source§fn eq(&self, other: &MtlRxq1MissedPacketOverflowCnt) -> bool
fn eq(&self, other: &MtlRxq1MissedPacketOverflowCnt) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MtlRxq1MissedPacketOverflowCnt
impl Eq for MtlRxq1MissedPacketOverflowCnt
impl StructuralPartialEq for MtlRxq1MissedPacketOverflowCnt
Auto Trait Implementations§
impl Freeze for MtlRxq1MissedPacketOverflowCnt
impl RefUnwindSafe for MtlRxq1MissedPacketOverflowCnt
impl Send for MtlRxq1MissedPacketOverflowCnt
impl Sync for MtlRxq1MissedPacketOverflowCnt
impl Unpin for MtlRxq1MissedPacketOverflowCnt
impl UnwindSafe for MtlRxq1MissedPacketOverflowCnt
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