#[repr(C)]pub struct ip6_rthdr0 {
pub ip6r0_nxt: guint8,
pub ip6r0_len: guint8,
pub ip6r0_type: guint8,
pub ip6r0_segleft: guint8,
pub ip6r0_reserved: guint8,
pub ip6r0_slmap: [guint8; 3],
pub ip6r0_addr: [ws_in6_addr; 1],
}Fields§
§ip6r0_nxt: guint8§ip6r0_len: guint8§ip6r0_type: guint8§ip6r0_segleft: guint8§ip6r0_reserved: guint8§ip6r0_slmap: [guint8; 3]§ip6r0_addr: [ws_in6_addr; 1]Trait Implementations§
Source§impl Clone for ip6_rthdr0
impl Clone for ip6_rthdr0
Source§fn clone(&self) -> ip6_rthdr0
fn clone(&self) -> ip6_rthdr0
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 ip6_rthdr0
impl Debug for ip6_rthdr0
impl Copy for ip6_rthdr0
Auto Trait Implementations§
impl Freeze for ip6_rthdr0
impl RefUnwindSafe for ip6_rthdr0
impl Send for ip6_rthdr0
impl Sync for ip6_rthdr0
impl Unpin for ip6_rthdr0
impl UnwindSafe for ip6_rthdr0
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