#[repr(C)]pub struct ip6_rthdr {
pub ip6r_nxt: guint8,
pub ip6r_len: guint8,
pub ip6r_type: guint8,
pub ip6r_segleft: guint8,
}Fields§
§ip6r_nxt: guint8§ip6r_len: guint8§ip6r_type: guint8§ip6r_segleft: guint8Trait Implementations§
Auto Trait Implementations§
impl Freeze for ip6_rthdr
impl RefUnwindSafe for ip6_rthdr
impl Send for ip6_rthdr
impl Sync for ip6_rthdr
impl Unpin for ip6_rthdr
impl UnwindSafe for ip6_rthdr
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