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
bus_type: GuestDiskBusType
unit: isize
bus: isize
target: isize
pci_controller: GuestPCIAddress
Trait Implementations
impl Debug for GuestDiskAddress[src]
impl Debug for GuestDiskAddressfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for GuestDiskAddress[src]
impl Clone for GuestDiskAddressfn clone(&self) -> GuestDiskAddress[src]
fn clone(&self) -> GuestDiskAddressReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for GuestDiskAddress
impl Send for GuestDiskAddressimpl Sync for GuestDiskAddress
impl Sync for GuestDiskAddress