#[repr(C)]pub struct MIBICMPSTATS_EX_XPSP1 {
pub dwMsgs: u32,
pub dwErrors: u32,
pub rgdwTypeCount: [u32; 256],
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
dwMsgs: u32
dwErrors: u32
rgdwTypeCount: [u32; 256]
Trait Implementations
impl Clone for MIBICMPSTATS_EX_XPSP1
impl Clone for MIBICMPSTATS_EX_XPSP1
impl Copy for MIBICMPSTATS_EX_XPSP1
Auto Trait Implementations
impl RefUnwindSafe for MIBICMPSTATS_EX_XPSP1
impl Send for MIBICMPSTATS_EX_XPSP1
impl Sync for MIBICMPSTATS_EX_XPSP1
impl Unpin for MIBICMPSTATS_EX_XPSP1
impl UnwindSafe for MIBICMPSTATS_EX_XPSP1
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