Struct qapi_qga::GuestPCIAddress[][src]

pub struct GuestPCIAddress {
    pub function: isize,
    pub domain: isize,
    pub slot: isize,
    pub bus: isize,
}

Fields

Trait Implementations

impl Debug for GuestPCIAddress
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestPCIAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestPCIAddress

impl Sync for GuestPCIAddress