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: u32Status: u32RoundTripTime: u32DataSize: u16Reserved: u16Data: *mut c_voidOptions: IP_OPTION_INFORMATIONTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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