#[repr(C)]pub struct ICMP_ECHO_REPLY32 {
pub Address: u32,
pub Status: u32,
pub RoundTripTime: u32,
pub DataSize: u16,
pub Reserved: u16,
pub Data: *mut c_void,
pub Options: IP_OPTION_INFORMATION32,
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
Address: u32
Status: u32
RoundTripTime: u32
DataSize: u16
Reserved: u16
Data: *mut c_void
Options: IP_OPTION_INFORMATION32
Trait Implementations
impl Clone for ICMP_ECHO_REPLY32
impl Clone for ICMP_ECHO_REPLY32
impl Copy for ICMP_ECHO_REPLY32
Auto Trait Implementations
impl RefUnwindSafe for ICMP_ECHO_REPLY32
impl !Send for ICMP_ECHO_REPLY32
impl !Sync for ICMP_ECHO_REPLY32
impl Unpin for ICMP_ECHO_REPLY32
impl UnwindSafe for ICMP_ECHO_REPLY32
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