#[repr(C)]pub struct rte_eth_fdir_filter {
pub soft_id: u32,
pub input: rte_eth_fdir_input,
pub action: rte_eth_fdir_action,
}Fields§
§soft_id: u32§input: rte_eth_fdir_input§action: rte_eth_fdir_actionTrait Implementations§
Source§impl Clone for rte_eth_fdir_filter
impl Clone for rte_eth_fdir_filter
Source§fn clone(&self) -> rte_eth_fdir_filter
fn clone(&self) -> rte_eth_fdir_filter
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 Default for rte_eth_fdir_filter
impl Default for rte_eth_fdir_filter
impl Copy for rte_eth_fdir_filter
Auto Trait Implementations§
impl Freeze for rte_eth_fdir_filter
impl RefUnwindSafe for rte_eth_fdir_filter
impl Send for rte_eth_fdir_filter
impl Sync for rte_eth_fdir_filter
impl Unpin for rte_eth_fdir_filter
impl UnwindSafe for rte_eth_fdir_filter
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