#[repr(C)]pub struct ICMP_ECHO_REPLY {
pub Address: IPAddr,
pub Status: ULONG,
pub RoundTripTime: ULONG,
pub DataSize: USHORT,
pub Reserved: USHORT,
pub Data: PVOID,
pub Options: IP_OPTION_INFORMATION,
}
Fields§
§Address: IPAddr
§Status: ULONG
§RoundTripTime: ULONG
§DataSize: USHORT
§Reserved: USHORT
§Data: PVOID
§Options: IP_OPTION_INFORMATION
Trait Implementations§
Source§impl Clone for ICMP_ECHO_REPLY
impl Clone for ICMP_ECHO_REPLY
Source§fn clone(&self) -> ICMP_ECHO_REPLY
fn clone(&self) -> ICMP_ECHO_REPLY
Returns a duplicate 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 moreSource§impl Default for ICMP_ECHO_REPLY
impl Default for ICMP_ECHO_REPLY
Source§fn default() -> ICMP_ECHO_REPLY
fn default() -> ICMP_ECHO_REPLY
Returns the “default value” for a type. Read more
impl Copy for ICMP_ECHO_REPLY
Auto Trait Implementations§
impl Freeze for ICMP_ECHO_REPLY
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