Struct fuchsia_zircon_sys::zx_pcie_device_info_t [] [src]

#[repr(C)]
pub struct zx_pcie_device_info_t { pub vendor_id: u16, pub device_id: u16, pub base_class: u8, pub sub_class: u8, pub program_interface: u8, pub revision_id: u8, pub bus_id: u8, pub dev_id: u8, pub func_id: u8, }

Fields

Trait Implementations

impl Debug for zx_pcie_device_info_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for zx_pcie_device_info_t
[src]

impl Clone for zx_pcie_device_info_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for zx_pcie_device_info_t
[src]

impl PartialEq for zx_pcie_device_info_t
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.