Struct libc_extra::android_linux::linux::ethtool::ethtool_rxnfc
[−]
[src]
#[repr(C)]pub struct ethtool_rxnfc { pub cmd: u32, pub flow_type: u32, pub data: u64, pub fs: ethtool_rx_flow_spec, pub rule_cnt: u32, pub rule_locs: [u32; 0], }
Fields
cmd: u32
flow_type: u32
data: u64
fs: ethtool_rx_flow_spec
rule_cnt: u32
rule_locs: [u32; 0]
Trait Implementations
impl Copy for ethtool_rxnfc[src]
impl Clone for ethtool_rxnfc[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