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