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