Struct windows_sys::Win32::NetworkManagement::IpHelper::MIB_UDPSTATS2
[−]#[repr(C)]pub struct MIB_UDPSTATS2 {
pub dw64InDatagrams: u64,
pub dwNoPorts: u32,
pub dwInErrors: u32,
pub dw64OutDatagrams: u64,
pub dwNumAddrs: u32,
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
dw64InDatagrams: u64
dwNoPorts: u32
dwInErrors: u32
dw64OutDatagrams: u64
dwNumAddrs: u32
Trait Implementations
impl Clone for MIB_UDPSTATS2
impl Clone for MIB_UDPSTATS2
impl Copy for MIB_UDPSTATS2
Auto Trait Implementations
impl RefUnwindSafe for MIB_UDPSTATS2
impl Send for MIB_UDPSTATS2
impl Sync for MIB_UDPSTATS2
impl Unpin for MIB_UDPSTATS2
impl UnwindSafe for MIB_UDPSTATS2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more