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