#[repr(C)]pub struct rte_eth_rxmode {
pub mq_mode: u32,
pub mtu: u32,
pub max_lro_pkt_size: u32,
pub offloads: u64,
pub reserved_64s: [u64; 2],
pub reserved_ptrs: [*mut c_void; 2],
}Fields§
§mq_mode: u32§mtu: u32§max_lro_pkt_size: u32§offloads: u64§reserved_64s: [u64; 2]§reserved_ptrs: [*mut c_void; 2]Trait Implementations§
Source§impl Clone for rte_eth_rxmode
impl Clone for rte_eth_rxmode
Source§fn clone(&self) -> rte_eth_rxmode
fn clone(&self) -> rte_eth_rxmode
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 rte_eth_rxmode
impl Debug for rte_eth_rxmode
Auto Trait Implementations§
impl Freeze for rte_eth_rxmode
impl RefUnwindSafe for rte_eth_rxmode
impl !Send for rte_eth_rxmode
impl !Sync for rte_eth_rxmode
impl Unpin for rte_eth_rxmode
impl UnsafeUnpin for rte_eth_rxmode
impl UnwindSafe for rte_eth_rxmode
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