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: __u8
Trait 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 moresource§impl Debug for ipv6_rt_hdr
impl Debug for ipv6_rt_hdr
impl Copy for ipv6_rt_hdr
Auto Trait Implementations§
impl RefUnwindSafe for ipv6_rt_hdr
impl Send for ipv6_rt_hdr
impl Sync for ipv6_rt_hdr
impl Unpin for ipv6_rt_hdr
impl UnwindSafe for ipv6_rt_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