Struct windows::Win32::Networking::WinSock::ICMP_MESSAGE
#[repr(C)]pub struct ICMP_MESSAGE {
pub Header: ICMP_HEADER,
pub Data: ICMP_MESSAGE_0,
}
Fields§
§Header: ICMP_HEADER
§Data: ICMP_MESSAGE_0
Trait Implementations§
§impl Clone for ICMP_MESSAGE
impl Clone for ICMP_MESSAGE
§fn clone(&self) -> ICMP_MESSAGE
fn clone(&self) -> ICMP_MESSAGE
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 Default for ICMP_MESSAGE
impl Default for ICMP_MESSAGE
impl Copy for ICMP_MESSAGE
Auto Trait Implementations§
impl Freeze for ICMP_MESSAGE
impl RefUnwindSafe for ICMP_MESSAGE
impl Send for ICMP_MESSAGE
impl Sync for ICMP_MESSAGE
impl Unpin for ICMP_MESSAGE
impl UnwindSafe for ICMP_MESSAGE
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
)