#[repr(C)]pub struct ethtool_tunable {
pub cmd: u32,
pub id: u32,
pub type_id: u32,
pub len: u32,
pub data: [*mut c_void; 0],
}
Fields§
§cmd: u32
§id: u32
§type_id: u32
§len: u32
§data: [*mut c_void; 0]
Trait Implementations§
Source§impl Clone for ethtool_tunable
impl Clone for ethtool_tunable
Source§fn clone(&self) -> ethtool_tunable
fn clone(&self) -> ethtool_tunable
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_tunable
impl Debug for ethtool_tunable
Source§impl Default for ethtool_tunable
impl Default for ethtool_tunable
Source§impl Hash for ethtool_tunable
impl Hash for ethtool_tunable
Source§impl Ord for ethtool_tunable
impl Ord for ethtool_tunable
Source§fn cmp(&self, other: ðtool_tunable) -> Ordering
fn cmp(&self, other: ðtool_tunable) -> 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_tunable
impl PartialEq for ethtool_tunable
Source§impl PartialOrd for ethtool_tunable
impl PartialOrd for ethtool_tunable
impl Copy for ethtool_tunable
impl Eq for ethtool_tunable
impl StructuralPartialEq for ethtool_tunable
Auto Trait Implementations§
impl Freeze for ethtool_tunable
impl RefUnwindSafe for ethtool_tunable
impl !Send for ethtool_tunable
impl !Sync for ethtool_tunable
impl Unpin for ethtool_tunable
impl UnwindSafe for ethtool_tunable
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