Struct libc_extra::android_linux::linux::ethtool::ethtool_rx_flow_spec
[−]
[src]
#[repr(C)]pub struct ethtool_rx_flow_spec { pub flow_type: u32, pub h_u: ethtool_flow_union, pub h_ext: ethtool_flow_ext, pub m_u: ethtool_flow_union, pub m_ext: ethtool_flow_ext, pub ring_cookie: u64, pub location: u32, }
Fields
flow_type: u32
h_u: ethtool_flow_union
h_ext: ethtool_flow_ext
m_u: ethtool_flow_union
m_ext: ethtool_flow_ext
location: u32
Trait Implementations
impl Copy for ethtool_rx_flow_spec[src]
impl Clone for ethtool_rx_flow_spec[src]
fn clone(&self) -> Self[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more