Struct qapi_qmp::ACPIOSTInfo [−][src]
pub struct ACPIOSTInfo { pub slot_type: ACPISlotType, pub slot: String, pub source: isize, pub device: Option<String>, pub status: isize, }
Fields
slot_type: ACPISlotType
slot: String
source: isize
device: Option<String>
status: isize
Trait Implementations
impl Debug for ACPIOSTInfo
[src]
impl Debug for ACPIOSTInfo
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 ACPIOSTInfo
[src]
impl Clone for ACPIOSTInfo
fn clone(&self) -> ACPIOSTInfo
[src]
fn clone(&self) -> ACPIOSTInfo
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 ACPIOSTInfo
impl Send for ACPIOSTInfo
impl Sync for ACPIOSTInfo
impl Sync for ACPIOSTInfo