Struct qapi_qga::GuestPCIAddress [−][src]
pub struct GuestPCIAddress {
pub function: isize,
pub domain: isize,
pub slot: isize,
pub bus: isize,
}Fields
function: isize
domain: isize
slot: isize
bus: isize
Trait Implementations
impl Debug for GuestPCIAddress[src]
impl Debug for GuestPCIAddressfn 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 GuestPCIAddress[src]
impl Clone for GuestPCIAddressfn clone(&self) -> GuestPCIAddress[src]
fn clone(&self) -> GuestPCIAddressReturns 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 GuestPCIAddress
impl Send for GuestPCIAddressimpl Sync for GuestPCIAddress
impl Sync for GuestPCIAddress