Struct qapi_qmp::KvmInfo[][src]

pub struct KvmInfo {
    pub enabled: bool,
    pub present: bool,
}

Fields

Trait Implementations

impl Debug for KvmInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for KvmInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for KvmInfo

impl Sync for KvmInfo