Struct windows_sys::Win32::Networking::WinSock::ICMP_HEADER
[−]Expand description
Required features: "Win32_Networking_WinSock"
Fields
Type: u8
Code: u8
Checksum: u16
Trait Implementations
impl Clone for ICMP_HEADER
impl Clone for ICMP_HEADER
impl Copy for ICMP_HEADER
Auto Trait Implementations
impl RefUnwindSafe for ICMP_HEADER
impl Send for ICMP_HEADER
impl Sync for ICMP_HEADER
impl Unpin for ICMP_HEADER
impl UnwindSafe for ICMP_HEADER
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