Struct windows_sys::Win32::NetworkManagement::IpHelper::ICMP_ECHO_REPLY
#[repr(C)]pub struct ICMP_ECHO_REPLY {
pub Address: u32,
pub Status: u32,
pub RoundTripTime: u32,
pub DataSize: u16,
pub Reserved: u16,
pub Data: *mut c_void,
pub Options: IP_OPTION_INFORMATION,
}
Fields§
§Address: u32
§Status: u32
§RoundTripTime: u32
§DataSize: u16
§Reserved: u16
§Data: *mut c_void
§Options: IP_OPTION_INFORMATION
Trait Implementations§
§impl Clone for ICMP_ECHO_REPLY
impl Clone for ICMP_ECHO_REPLY
impl Copy for ICMP_ECHO_REPLY
Auto Trait Implementations§
impl RefUnwindSafe for ICMP_ECHO_REPLY
impl !Send for ICMP_ECHO_REPLY
impl !Sync for ICMP_ECHO_REPLY
impl Unpin for ICMP_ECHO_REPLY
impl UnwindSafe for ICMP_ECHO_REPLY
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