Struct qapi_qmp::SevCapability
source · pub struct SevCapability {
pub cert_chain: String,
pub reduced_phys_bits: isize,
pub pdh: String,
pub cbitpos: isize,
}Fields§
§cert_chain: String§reduced_phys_bits: isize§pdh: String§cbitpos: isizeTrait Implementations§
source§impl Clone for SevCapability
impl Clone for SevCapability
source§fn clone(&self) -> SevCapability
fn clone(&self) -> SevCapability
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SevCapability
impl Debug for SevCapability
source§impl<'de> Deserialize<'de> for SevCapability
impl<'de> Deserialize<'de> for SevCapability
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more