#[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§
Source§impl Clone for ethtool_rxnfc
impl Clone for ethtool_rxnfc
Source§impl Default for ethtool_rxnfc
impl Default for ethtool_rxnfc
impl Copy for ethtool_rxnfc
Auto Trait Implementations§
impl Freeze for ethtool_rxnfc
impl RefUnwindSafe for ethtool_rxnfc
impl Send for ethtool_rxnfc
impl Sync for ethtool_rxnfc
impl Unpin for ethtool_rxnfc
impl UnwindSafe for ethtool_rxnfc
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