#[repr(C)]pub struct rte_eth_dcb_tc_queue_mapping {
pub tc_rxq: [[rte_eth_dcb_tc_queue_mapping__bindgen_ty_1; 8]; 64],
pub tc_txq: [[rte_eth_dcb_tc_queue_mapping__bindgen_ty_2; 8]; 64],
}Fields§
§tc_rxq: [[rte_eth_dcb_tc_queue_mapping__bindgen_ty_1; 8]; 64]§tc_txq: [[rte_eth_dcb_tc_queue_mapping__bindgen_ty_2; 8]; 64]Trait Implementations§
Source§impl Clone for rte_eth_dcb_tc_queue_mapping
impl Clone for rte_eth_dcb_tc_queue_mapping
Source§fn clone(&self) -> rte_eth_dcb_tc_queue_mapping
fn clone(&self) -> rte_eth_dcb_tc_queue_mapping
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 moreimpl Copy for rte_eth_dcb_tc_queue_mapping
Auto Trait Implementations§
impl Freeze for rte_eth_dcb_tc_queue_mapping
impl RefUnwindSafe for rte_eth_dcb_tc_queue_mapping
impl Send for rte_eth_dcb_tc_queue_mapping
impl Sync for rte_eth_dcb_tc_queue_mapping
impl Unpin for rte_eth_dcb_tc_queue_mapping
impl UnwindSafe for rte_eth_dcb_tc_queue_mapping
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