Struct qapi_qmp::ACPIOSTInfo
[−]
[src]
pub struct ACPIOSTInfo { pub source: isize, pub slot: String, pub status: isize, pub slot_type: ACPISlotType, pub device: Option<String>, }
Fields
source: isize
slot: String
status: isize
slot_type: ACPISlotType
device: Option<String>
Trait Implementations
impl Debug for ACPIOSTInfo
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for ACPIOSTInfo
[src]
fn clone(&self) -> ACPIOSTInfo
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more