Struct qapi_qmp::ACPIOSTInfo[][src]

pub struct ACPIOSTInfo {
    pub slot: String,
    pub slot_type: ACPISlotType,
    pub status: isize,
    pub source: isize,
    pub device: Option<String>,
}

Fields

Trait Implementations

impl Debug for ACPIOSTInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for ACPIOSTInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ACPIOSTInfo

impl Sync for ACPIOSTInfo