Struct 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 moreimpl 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