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