#[repr(C)]pub struct ethtool_sset_info {
pub cmd: u32,
pub reserved: u32,
pub sset_mask: u64,
pub data: [u32; 0],
}
Fields§
§cmd: u32
§reserved: u32
§sset_mask: u64
§data: [u32; 0]
Trait Implementations§
Source§impl Clone for ethtool_sset_info
impl Clone for ethtool_sset_info
Source§fn clone(&self) -> ethtool_sset_info
fn clone(&self) -> ethtool_sset_info
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_sset_info
impl Debug for ethtool_sset_info
Source§impl Default for ethtool_sset_info
impl Default for ethtool_sset_info
Source§impl Hash for ethtool_sset_info
impl Hash for ethtool_sset_info
Source§impl Ord for ethtool_sset_info
impl Ord for ethtool_sset_info
Source§fn cmp(&self, other: ðtool_sset_info) -> Ordering
fn cmp(&self, other: ðtool_sset_info) -> 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_sset_info
impl PartialEq for ethtool_sset_info
Source§impl PartialOrd for ethtool_sset_info
impl PartialOrd for ethtool_sset_info
impl Copy for ethtool_sset_info
impl Eq for ethtool_sset_info
impl StructuralPartialEq for ethtool_sset_info
Auto Trait Implementations§
impl Freeze for ethtool_sset_info
impl RefUnwindSafe for ethtool_sset_info
impl Send for ethtool_sset_info
impl Sync for ethtool_sset_info
impl Unpin for ethtool_sset_info
impl UnwindSafe for ethtool_sset_info
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