Struct windows::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
§fn clone(&self) -> ICMP_ECHO_REPLY
fn clone(&self) -> ICMP_ECHO_REPLY
Returns a copy 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 more§impl Debug for ICMP_ECHO_REPLY
impl Debug for ICMP_ECHO_REPLY
§impl Default for ICMP_ECHO_REPLY
impl Default for ICMP_ECHO_REPLY
§impl PartialEq for ICMP_ECHO_REPLY
impl PartialEq for ICMP_ECHO_REPLY
§fn eq(&self, other: &ICMP_ECHO_REPLY) -> bool
fn eq(&self, other: &ICMP_ECHO_REPLY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ICMP_ECHO_REPLY
impl Eq for ICMP_ECHO_REPLY
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)