Struct qapi_qga::GuestDiskAddress
[−]
[src]
pub struct GuestDiskAddress { pub pci_controller: GuestPCIAddress, pub target: isize, pub unit: isize, pub bus_type: GuestDiskBusType, pub bus: isize, }
Fields
pci_controller: GuestPCIAddress
target: isize
unit: isize
bus_type: GuestDiskBusType
bus: isize
Trait Implementations
impl Debug for GuestDiskAddress
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for GuestDiskAddress
[src]
fn clone(&self) -> GuestDiskAddress
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more