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