pub struct SevSnpGuestProperties {
pub base: SevCommonProperties,
pub author_key_enabled: Option<bool>,
pub guest_visible_workarounds: Option<String>,
pub host_data: Option<String>,
pub id_auth: Option<String>,
pub id_block: Option<String>,
pub policy: Option<u64>,
pub vcek_disabled: Option<bool>,
}
Fields§
§base: SevCommonProperties
§guest_visible_workarounds: Option<String>
§host_data: Option<String>
§id_auth: Option<String>
§id_block: Option<String>
§policy: Option<u64>
§vcek_disabled: Option<bool>
Trait Implementations§
Source§impl AsRef<SevCommonProperties> for SevSnpGuestProperties
impl AsRef<SevCommonProperties> for SevSnpGuestProperties
Source§fn as_ref(&self) -> &SevCommonProperties
fn as_ref(&self) -> &SevCommonProperties
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for SevSnpGuestProperties
impl Clone for SevSnpGuestProperties
Source§fn clone(&self) -> SevSnpGuestProperties
fn clone(&self) -> SevSnpGuestProperties
Returns a duplicate 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 SevSnpGuestProperties
impl Debug for SevSnpGuestProperties
Source§impl<'de> Deserialize<'de> for SevSnpGuestProperties
impl<'de> Deserialize<'de> for SevSnpGuestProperties
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
Source§impl<T: Into<SevCommonProperties>> From<T> for SevSnpGuestProperties
impl<T: Into<SevCommonProperties>> From<T> for SevSnpGuestProperties
Auto Trait Implementations§
impl Freeze for SevSnpGuestProperties
impl RefUnwindSafe for SevSnpGuestProperties
impl Send for SevSnpGuestProperties
impl Sync for SevSnpGuestProperties
impl Unpin for SevSnpGuestProperties
impl UnwindSafe for SevSnpGuestProperties
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more