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