Struct linux_raw_sys::general::ipv6_opt_hdr
source · [−]Fields
nexthdr: __u8
hdrlen: __u8
Trait Implementations
sourceimpl Clone for ipv6_opt_hdr
impl Clone for ipv6_opt_hdr
sourcefn clone(&self) -> ipv6_opt_hdr
fn clone(&self) -> ipv6_opt_hdr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ipv6_opt_hdr
impl Debug for ipv6_opt_hdr
impl Copy for ipv6_opt_hdr
Auto Trait Implementations
impl RefUnwindSafe for ipv6_opt_hdr
impl Send for ipv6_opt_hdr
impl Sync for ipv6_opt_hdr
impl Unpin for ipv6_opt_hdr
impl UnwindSafe for ipv6_opt_hdr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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