Struct MIBICMPINFO
#[repr(C)]pub struct MIBICMPINFO {
pub icmpInStats: MIBICMPSTATS,
pub icmpOutStats: MIBICMPSTATS,
}
Fields§
§icmpInStats: MIBICMPSTATS
§icmpOutStats: MIBICMPSTATS
Trait Implementations§
§impl Clone for MIBICMPINFO
impl Clone for MIBICMPINFO
§fn clone(&self) -> MIBICMPINFO
fn clone(&self) -> MIBICMPINFO
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 moreimpl Copy for MIBICMPINFO
Auto Trait Implementations§
impl Freeze for MIBICMPINFO
impl RefUnwindSafe for MIBICMPINFO
impl Send for MIBICMPINFO
impl Sync for MIBICMPINFO
impl Unpin for MIBICMPINFO
impl UnwindSafe for MIBICMPINFO
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