Struct windows_sys::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,
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
dwInDatagrams: u32
dwNoPorts: u32
dwInErrors: u32
dwOutDatagrams: u32
dwNumAddrs: u32
Trait Implementations
impl Clone for MIB_UDPSTATS
impl Clone for MIB_UDPSTATS
impl Copy for MIB_UDPSTATS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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