#[repr(C)]pub struct ethtool_flow_ext {
pub padding: [u8; 2],
pub h_dest: [c_uchar; 6],
pub vlan_etype: u16,
pub vlan_tci: u16,
pub data: [u32; 2],
}
Fields§
§padding: [u8; 2]
§h_dest: [c_uchar; 6]
§vlan_etype: u16
§vlan_tci: u16
§data: [u32; 2]
Trait Implementations§
Source§impl Clone for ethtool_flow_ext
impl Clone for ethtool_flow_ext
Source§fn clone(&self) -> ethtool_flow_ext
fn clone(&self) -> ethtool_flow_ext
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_flow_ext
impl Debug for ethtool_flow_ext
Source§impl Default for ethtool_flow_ext
impl Default for ethtool_flow_ext
Source§impl Hash for ethtool_flow_ext
impl Hash for ethtool_flow_ext
Source§impl Ord for ethtool_flow_ext
impl Ord for ethtool_flow_ext
Source§fn cmp(&self, other: ðtool_flow_ext) -> Ordering
fn cmp(&self, other: ðtool_flow_ext) -> 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_flow_ext
impl PartialEq for ethtool_flow_ext
Source§impl PartialOrd for ethtool_flow_ext
impl PartialOrd for ethtool_flow_ext
impl Copy for ethtool_flow_ext
impl Eq for ethtool_flow_ext
impl StructuralPartialEq for ethtool_flow_ext
Auto Trait Implementations§
impl Freeze for ethtool_flow_ext
impl RefUnwindSafe for ethtool_flow_ext
impl Send for ethtool_flow_ext
impl Sync for ethtool_flow_ext
impl Unpin for ethtool_flow_ext
impl UnwindSafe for ethtool_flow_ext
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