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 more