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