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 GuestPCIAddress
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 GuestPCIAddress
[src]
impl Clone for GuestPCIAddress
fn clone(&self) -> GuestPCIAddress
[src]
fn clone(&self) -> GuestPCIAddress
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 GuestPCIAddress
impl Send for GuestPCIAddress
impl Sync for GuestPCIAddress
impl Sync for GuestPCIAddress