Struct linux_raw_sys::general::ip_comp_hdr
source · [−]Fields
nexthdr: __u8
flags: __u8
cpi: __be16
Trait Implementations
sourceimpl Clone for ip_comp_hdr
impl Clone for ip_comp_hdr
sourcefn clone(&self) -> ip_comp_hdr
fn clone(&self) -> ip_comp_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 ip_comp_hdr
impl Debug for ip_comp_hdr
impl Copy for ip_comp_hdr
Auto Trait Implementations
impl RefUnwindSafe for ip_comp_hdr
impl Send for ip_comp_hdr
impl Sync for ip_comp_hdr
impl Unpin for ip_comp_hdr
impl UnwindSafe for ip_comp_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