Struct windows::Wdk::NetworkManagement::Ndis::NDIS_WAN_GET_STATS
#[repr(C)]pub struct NDIS_WAN_GET_STATS {Show 15 fields
pub LocalAddress: [u8; 6],
pub BytesSent: u32,
pub BytesRcvd: u32,
pub FramesSent: u32,
pub FramesRcvd: u32,
pub CRCErrors: u32,
pub TimeoutErrors: u32,
pub AlignmentErrors: u32,
pub SerialOverrunErrors: u32,
pub FramingErrors: u32,
pub BufferOverrunErrors: u32,
pub BytesTransmittedUncompressed: u32,
pub BytesReceivedUncompressed: u32,
pub BytesTransmittedCompressed: u32,
pub BytesReceivedCompressed: u32,
}
Fields§
§LocalAddress: [u8; 6]
§BytesSent: u32
§BytesRcvd: u32
§FramesSent: u32
§FramesRcvd: u32
§CRCErrors: u32
§TimeoutErrors: u32
§AlignmentErrors: u32
§SerialOverrunErrors: u32
§FramingErrors: u32
§BufferOverrunErrors: u32
§BytesTransmittedUncompressed: u32
§BytesReceivedUncompressed: u32
§BytesTransmittedCompressed: u32
§BytesReceivedCompressed: u32
Trait Implementations§
§impl Clone for NDIS_WAN_GET_STATS
impl Clone for NDIS_WAN_GET_STATS
§fn clone(&self) -> NDIS_WAN_GET_STATS
fn clone(&self) -> NDIS_WAN_GET_STATS
Returns a copy 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 more§impl Debug for NDIS_WAN_GET_STATS
impl Debug for NDIS_WAN_GET_STATS
§impl Default for NDIS_WAN_GET_STATS
impl Default for NDIS_WAN_GET_STATS
§impl PartialEq for NDIS_WAN_GET_STATS
impl PartialEq for NDIS_WAN_GET_STATS
§fn eq(&self, other: &NDIS_WAN_GET_STATS) -> bool
fn eq(&self, other: &NDIS_WAN_GET_STATS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NDIS_WAN_GET_STATS
impl Eq for NDIS_WAN_GET_STATS
impl StructuralPartialEq for NDIS_WAN_GET_STATS
Auto Trait Implementations§
impl Freeze for NDIS_WAN_GET_STATS
impl RefUnwindSafe for NDIS_WAN_GET_STATS
impl Send for NDIS_WAN_GET_STATS
impl Sync for NDIS_WAN_GET_STATS
impl Unpin for NDIS_WAN_GET_STATS
impl UnwindSafe for NDIS_WAN_GET_STATS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)