Struct qapi_qmp::SevCapability [−][src]
pub struct SevCapability { pub pdh: String, pub cert_chain: String, pub cbitpos: isize, pub reduced_phys_bits: isize, }
Fields
pdh: String
cert_chain: String
cbitpos: isize
reduced_phys_bits: isize
Trait Implementations
impl Debug for SevCapability
[src]
impl Debug for SevCapability
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for SevCapability
[src]
impl Clone for SevCapability
fn clone(&self) -> SevCapability
[src]
fn clone(&self) -> SevCapability
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for SevCapability
impl Send for SevCapability
impl Sync for SevCapability
impl Sync for SevCapability