Struct dpdk_unix::android_linux::pci::PciBusInformation [−][src]
pub struct PciBusInformation(_);
PCI Bus Information.
Methods
impl PciBusInformation[src]
impl PciBusInformationpub const NumberOfBytesInPciAddressString: usize
NumberOfBytesInPciAddressString: usize = 13
Number of bytes in a PCI address string such as XXXX:XX:XX.XX.
pub fn raw_pci_bus_address_for_network_interface_index(
network_interface_one_based_index: u32
) -> Option<String>[src]
pub fn raw_pci_bus_address_for_network_interface_index(
network_interface_one_based_index: u32
) -> Option<String>On Android or Linux, obtains a raw PCI bus address string in the format XXXX:XX:XX.XX.
Trait Implementations
impl Debug for PciBusInformation[src]
impl Debug for PciBusInformationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Ord for PciBusInformation[src]
impl Ord for PciBusInformationfn cmp(&self, other: &PciBusInformation) -> Ordering[src]
fn cmp(&self, other: &PciBusInformation) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialOrd for PciBusInformation[src]
impl PartialOrd for PciBusInformationfn partial_cmp(&self, other: &PciBusInformation) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &PciBusInformation) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &PciBusInformation) -> bool[src]
fn lt(&self, other: &PciBusInformation) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &PciBusInformation) -> bool[src]
fn le(&self, other: &PciBusInformation) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &PciBusInformation) -> bool[src]
fn gt(&self, other: &PciBusInformation) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &PciBusInformation) -> bool[src]
fn ge(&self, other: &PciBusInformation) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Eq for PciBusInformation[src]
impl Eq for PciBusInformationimpl PartialEq for PciBusInformation[src]
impl PartialEq for PciBusInformationfn eq(&self, other: &PciBusInformation) -> bool[src]
fn eq(&self, other: &PciBusInformation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PciBusInformation) -> bool[src]
fn ne(&self, other: &PciBusInformation) -> boolThis method tests for !=.
impl Hash for PciBusInformation[src]
impl Hash for PciBusInformationfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Drop for PciBusInformation[src]
impl Drop for PciBusInformationAuto Trait Implementations
impl Send for PciBusInformation
impl Send for PciBusInformationimpl Sync for PciBusInformation
impl Sync for PciBusInformation