Struct qapi_qmp::SevInfo[][src]

pub struct SevInfo {
    pub build_id: u8,
    pub handle: u32,
    pub state: SevState,
    pub api_major: u8,
    pub api_minor: u8,
    pub enabled: bool,
    pub policy: u32,
}

Fields

Trait Implementations

impl Debug for SevInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for SevInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SevInfo

impl Sync for SevInfo