Struct windows_sys::Win32::NetworkManagement::IpHelper::MIBICMPINFO
[−]#[repr(C)]pub struct MIBICMPINFO {
pub icmpInStats: MIBICMPSTATS,
pub icmpOutStats: MIBICMPSTATS,
}
Expand description
Required features: ‘Win32_NetworkManagement_IpHelper’
Fields
icmpInStats: MIBICMPSTATS
icmpOutStats: MIBICMPSTATS
Trait Implementations
impl Clone for MIBICMPINFO
impl Clone for MIBICMPINFO
impl Copy for MIBICMPINFO
Auto Trait Implementations
impl RefUnwindSafe for MIBICMPINFO
impl Send for MIBICMPINFO
impl Sync for MIBICMPINFO
impl Unpin for MIBICMPINFO
impl UnwindSafe for MIBICMPINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more