#[repr(C)]pub struct ethtool_rxfh {
pub cmd: u32,
pub rss_context: u32,
pub indir_size: u32,
pub key_size: u32,
pub hfunc: u8,
pub rsvd8: [u8; 3],
pub rsvd32: u32,
pub rss_config: [u32; 0],
}
Fields§
§cmd: u32
§rss_context: u32
§indir_size: u32
§key_size: u32
§hfunc: u8
§rsvd8: [u8; 3]
§rsvd32: u32
§rss_config: [u32; 0]
Trait Implementations§
Source§impl Clone for ethtool_rxfh
impl Clone for ethtool_rxfh
Source§fn clone(&self) -> ethtool_rxfh
fn clone(&self) -> ethtool_rxfh
Returns a duplicate 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 moreSource§impl Debug for ethtool_rxfh
impl Debug for ethtool_rxfh
Source§impl Default for ethtool_rxfh
impl Default for ethtool_rxfh
Source§impl Hash for ethtool_rxfh
impl Hash for ethtool_rxfh
Source§impl Ord for ethtool_rxfh
impl Ord for ethtool_rxfh
Source§fn cmp(&self, other: ðtool_rxfh) -> Ordering
fn cmp(&self, other: ðtool_rxfh) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ethtool_rxfh
impl PartialEq for ethtool_rxfh
Source§impl PartialOrd for ethtool_rxfh
impl PartialOrd for ethtool_rxfh
impl Copy for ethtool_rxfh
impl Eq for ethtool_rxfh
impl StructuralPartialEq for ethtool_rxfh
Auto Trait Implementations§
impl Freeze for ethtool_rxfh
impl RefUnwindSafe for ethtool_rxfh
impl Send for ethtool_rxfh
impl Sync for ethtool_rxfh
impl Unpin for ethtool_rxfh
impl UnwindSafe for ethtool_rxfh
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