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