#[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 duplicate 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 Freeze for ipv6_rt_hdr
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