Struct qapi_qga::GuestDiskAddress[][src]

pub struct GuestDiskAddress {
    pub bus_type: GuestDiskBusType,
    pub unit: isize,
    pub bus: isize,
    pub target: isize,
    pub pci_controller: GuestPCIAddress,
}

Fields

Trait Implementations

impl Debug for GuestDiskAddress
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestDiskAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestDiskAddress

impl Sync for GuestDiskAddress