Struct linux_raw_sys::general::ip_comp_hdr
source · #[repr(C)]pub struct ip_comp_hdr {
pub nexthdr: __u8,
pub flags: __u8,
pub cpi: __be16,
}
Fields§
§nexthdr: __u8
§flags: __u8
§cpi: __be16
Trait Implementations§
source§impl Clone for ip_comp_hdr
impl Clone for ip_comp_hdr
source§fn clone(&self) -> ip_comp_hdr
fn clone(&self) -> ip_comp_hdr
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 moresource§impl 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§
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