Struct windows_sys::Win32::NetworkManagement::IpHelper::ICMP_ECHO_REPLY32
#[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,
}Fields§
§Address: u32§Status: u32§RoundTripTime: u32§DataSize: u16§Reserved: u16§Data: *mut c_void§Options: IP_OPTION_INFORMATION32Trait 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§
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