Struct qapi_qmp::SevCapability[][src]

pub struct SevCapability {
    pub pdh: String,
    pub cert_chain: String,
    pub cbitpos: isize,
    pub reduced_phys_bits: isize,
}

Fields

Trait Implementations

impl Debug for SevCapability
[src]

Formats the value using the given formatter. Read more

impl Clone for SevCapability
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SevCapability

impl Sync for SevCapability