#[repr(C)]pub struct rte_eth_txconf {
pub tx_thresh: rte_eth_thresh,
pub tx_rs_thresh: u16,
pub tx_free_thresh: u16,
pub tx_deferred_start: u8,
pub offloads: u64,
pub reserved_64s: [u64; 2],
pub reserved_ptrs: [*mut c_void; 2],
}Fields§
§tx_thresh: rte_eth_thresh§tx_rs_thresh: u16§tx_free_thresh: u16§tx_deferred_start: u8§offloads: u64§reserved_64s: [u64; 2]§reserved_ptrs: [*mut c_void; 2]Trait Implementations§
Source§impl Clone for rte_eth_txconf
impl Clone for rte_eth_txconf
Source§fn clone(&self) -> rte_eth_txconf
fn clone(&self) -> rte_eth_txconf
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_txconf
impl Debug for rte_eth_txconf
Source§impl Default for rte_eth_txconf
impl Default for rte_eth_txconf
Source§impl PartialEq for rte_eth_txconf
impl PartialEq for rte_eth_txconf
impl Copy for rte_eth_txconf
impl StructuralPartialEq for rte_eth_txconf
Auto Trait Implementations§
impl Freeze for rte_eth_txconf
impl RefUnwindSafe for rte_eth_txconf
impl !Send for rte_eth_txconf
impl !Sync for rte_eth_txconf
impl Unpin for rte_eth_txconf
impl UnwindSafe for rte_eth_txconf
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