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 more