Struct windows::Win32::NetworkManagement::IpHelper::MIB_UDPSTATS
#[repr(C)]pub struct MIB_UDPSTATS {
pub dwInDatagrams: u32,
pub dwNoPorts: u32,
pub dwInErrors: u32,
pub dwOutDatagrams: u32,
pub dwNumAddrs: u32,
}
Fields§
§dwInDatagrams: u32
§dwNoPorts: u32
§dwInErrors: u32
§dwOutDatagrams: u32
§dwNumAddrs: u32
Trait Implementations§
§impl Clone for MIB_UDPSTATS
impl Clone for MIB_UDPSTATS
§fn clone(&self) -> MIB_UDPSTATS
fn clone(&self) -> MIB_UDPSTATS
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 MIB_UDPSTATS
impl Debug for MIB_UDPSTATS
§impl Default for MIB_UDPSTATS
impl Default for MIB_UDPSTATS
§impl PartialEq for MIB_UDPSTATS
impl PartialEq for MIB_UDPSTATS
§fn eq(&self, other: &MIB_UDPSTATS) -> bool
fn eq(&self, other: &MIB_UDPSTATS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MIB_UDPSTATS
impl Eq for MIB_UDPSTATS
impl StructuralPartialEq for MIB_UDPSTATS
Auto Trait Implementations§
impl Freeze for MIB_UDPSTATS
impl RefUnwindSafe for MIB_UDPSTATS
impl Send for MIB_UDPSTATS
impl Sync for MIB_UDPSTATS
impl Unpin for MIB_UDPSTATS
impl UnwindSafe for MIB_UDPSTATS
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
)