#[repr(C)]pub struct rte_eth_thresh {
pub pthresh: u8,
pub hthresh: u8,
pub wthresh: u8,
}Fields§
§pthresh: u8§hthresh: u8§wthresh: u8Trait Implementations§
Source§impl Clone for rte_eth_thresh
impl Clone for rte_eth_thresh
Source§fn clone(&self) -> rte_eth_thresh
fn clone(&self) -> rte_eth_thresh
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_thresh
impl Debug for rte_eth_thresh
Source§impl Default for rte_eth_thresh
impl Default for rte_eth_thresh
Source§fn default() -> rte_eth_thresh
fn default() -> rte_eth_thresh
Returns the “default value” for a type. Read more
Source§impl PartialEq for rte_eth_thresh
impl PartialEq for rte_eth_thresh
impl Copy for rte_eth_thresh
impl StructuralPartialEq for rte_eth_thresh
Auto Trait Implementations§
impl Freeze for rte_eth_thresh
impl RefUnwindSafe for rte_eth_thresh
impl Send for rte_eth_thresh
impl Sync for rte_eth_thresh
impl Unpin for rte_eth_thresh
impl UnwindSafe for rte_eth_thresh
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