pub struct WINDIVERT_ICMPV6HDR {
pub msg_type: u8,
pub msg_code: u8,
/* private fields */
}Expand description
ICMPV6 header.
For more info, refer to the docs
Fields§
§msg_type: u8§msg_code: u8Implementations§
Trait Implementations§
Source§impl Clone for WINDIVERT_ICMPV6HDR
impl Clone for WINDIVERT_ICMPV6HDR
Source§fn clone(&self) -> WINDIVERT_ICMPV6HDR
fn clone(&self) -> WINDIVERT_ICMPV6HDR
Returns a duplicate 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 moreSource§impl Debug for WINDIVERT_ICMPV6HDR
impl Debug for WINDIVERT_ICMPV6HDR
Source§impl Default for WINDIVERT_ICMPV6HDR
impl Default for WINDIVERT_ICMPV6HDR
Source§fn default() -> WINDIVERT_ICMPV6HDR
fn default() -> WINDIVERT_ICMPV6HDR
Returns the “default value” for a type. Read more
impl Copy for WINDIVERT_ICMPV6HDR
Auto Trait Implementations§
impl Freeze for WINDIVERT_ICMPV6HDR
impl RefUnwindSafe for WINDIVERT_ICMPV6HDR
impl Send for WINDIVERT_ICMPV6HDR
impl Sync for WINDIVERT_ICMPV6HDR
impl Unpin for WINDIVERT_ICMPV6HDR
impl UnwindSafe for WINDIVERT_ICMPV6HDR
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