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,
}
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_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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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