Struct rusoto_ec2::PciId[][src]

pub struct PciId {
    pub device_id: Option<String>,
    pub subsystem_id: Option<String>,
    pub subsystem_vendor_id: Option<String>,
    pub vendor_id: Option<String>,
}

Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.

Fields

The ID of the device.

The ID of the subsystem.

The ID of the vendor for the subsystem.

The ID of the vendor.

Trait Implementations

impl Default for PciId
[src]

Returns the "default value" for a type. Read more

impl Debug for PciId
[src]

Formats the value using the given formatter. Read more

impl Clone for PciId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PciId
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for PciId

impl Sync for PciId