#[repr(C)]pub struct ws_ip6_hdr {
pub ip6h_vc_flow: guint32,
pub ip6h_plen: guint16,
pub ip6h_nxt: guint8,
pub ip6h_hlim: guint8,
pub ip6h_src: ws_in6_addr,
pub ip6h_dst: ws_in6_addr,
}Fields§
§ip6h_vc_flow: guint32§ip6h_plen: guint16§ip6h_nxt: guint8§ip6h_hlim: guint8§ip6h_src: ws_in6_addr§ip6h_dst: ws_in6_addrTrait Implementations§
Source§impl Clone for ws_ip6_hdr
impl Clone for ws_ip6_hdr
Source§fn clone(&self) -> ws_ip6_hdr
fn clone(&self) -> ws_ip6_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 ws_ip6_hdr
impl Debug for ws_ip6_hdr
impl Copy for ws_ip6_hdr
Auto Trait Implementations§
impl Freeze for ws_ip6_hdr
impl RefUnwindSafe for ws_ip6_hdr
impl Send for ws_ip6_hdr
impl Sync for ws_ip6_hdr
impl Unpin for ws_ip6_hdr
impl UnwindSafe for ws_ip6_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