#[repr(C)]pub struct ethtool_sfeatures {
pub cmd: u32,
pub size: u32,
pub features: [ethtool_set_features_block; 0],
}
Fields§
§cmd: u32
§size: u32
§features: [ethtool_set_features_block; 0]
Trait Implementations§
Source§impl Clone for ethtool_sfeatures
impl Clone for ethtool_sfeatures
Source§fn clone(&self) -> ethtool_sfeatures
fn clone(&self) -> ethtool_sfeatures
Returns a copy 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_sfeatures
impl Debug for ethtool_sfeatures
Source§impl Default for ethtool_sfeatures
impl Default for ethtool_sfeatures
Source§impl Hash for ethtool_sfeatures
impl Hash for ethtool_sfeatures
Source§impl Ord for ethtool_sfeatures
impl Ord for ethtool_sfeatures
Source§fn cmp(&self, other: ðtool_sfeatures) -> Ordering
fn cmp(&self, other: ðtool_sfeatures) -> 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_sfeatures
impl PartialEq for ethtool_sfeatures
Source§impl PartialOrd for ethtool_sfeatures
impl PartialOrd for ethtool_sfeatures
impl Copy for ethtool_sfeatures
impl Eq for ethtool_sfeatures
impl StructuralPartialEq for ethtool_sfeatures
Auto Trait Implementations§
impl Freeze for ethtool_sfeatures
impl RefUnwindSafe for ethtool_sfeatures
impl Send for ethtool_sfeatures
impl Sync for ethtool_sfeatures
impl Unpin for ethtool_sfeatures
impl UnwindSafe for ethtool_sfeatures
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