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