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