Struct qapi_qmp::GICCapability[][src]

pub struct GICCapability {
    pub kernel: bool,
    pub version: isize,
    pub emulated: bool,
}

Fields

Trait Implementations

impl Debug for GICCapability
[src]

Formats the value using the given formatter. Read more

impl Clone for GICCapability
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GICCapability

impl Sync for GICCapability