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_addr
§flr_label: __be32
§flr_action: __u8
§flr_flags: __u16
§flr_expires: __u16
§flr_linger: __u16
§__flr_pad: __u32
Trait Implementations§
source§impl Clone for in6_flowlabel_req
impl Clone for in6_flowlabel_req
source§fn clone(&self) -> in6_flowlabel_req
fn clone(&self) -> in6_flowlabel_req
Returns a copy 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 moreimpl 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§
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