Struct linux_raw_sys::general::in6_flowlabel_req
source · [−]#[repr(C)]pub struct in6_flowlabel_req {
pub flr_dst: in6_addr,
pub flr_label: __be32,
pub flr_action: __u8,
pub flr_share: __u8,
pub flr_flags: __u16,
pub flr_expires: __u16,
pub flr_linger: __u16,
pub __flr_pad: __u32,
}Fields
flr_dst: in6_addrflr_label: __be32flr_action: __u8flr_flags: __u16flr_expires: __u16flr_linger: __u16__flr_pad: __u32Trait Implementations
sourceimpl Clone for in6_flowlabel_req
impl Clone for in6_flowlabel_req
sourcefn clone(&self) -> in6_flowlabel_req
fn clone(&self) -> in6_flowlabel_req
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for in6_flowlabel_req
Auto Trait Implementations
impl RefUnwindSafe for in6_flowlabel_req
impl Send for in6_flowlabel_req
impl Sync for in6_flowlabel_req
impl Unpin for in6_flowlabel_req
impl UnwindSafe for in6_flowlabel_req
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more