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 GuestDiskAddress
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GuestDiskAddress
[src]
impl Clone for GuestDiskAddress
fn clone(&self) -> GuestDiskAddress
[src]
fn clone(&self) -> GuestDiskAddress
Returns 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 GuestDiskAddress
impl Sync for GuestDiskAddress
impl Sync for GuestDiskAddress