pub enum GetTpmVersion {
V138,
V185,
}Expand description
Version of the Microsoft TPM reference implementation to expose to the guest.
Variants§
Trait Implementations§
Source§impl Clone for GetTpmVersion
impl Clone for GetTpmVersion
Source§fn clone(&self) -> GetTpmVersion
fn clone(&self) -> GetTpmVersion
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 GetTpmVersion
impl Debug for GetTpmVersion
Source§impl<'de> Deserialize<'de> for GetTpmVersion
impl<'de> Deserialize<'de> for GetTpmVersion
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 Serialize for GetTpmVersion
impl Serialize for GetTpmVersion
impl Copy for GetTpmVersion
Auto Trait Implementations§
impl Freeze for GetTpmVersion
impl RefUnwindSafe for GetTpmVersion
impl Send for GetTpmVersion
impl Sync for GetTpmVersion
impl Unpin for GetTpmVersion
impl UnsafeUnpin for GetTpmVersion
impl UnwindSafe for GetTpmVersion
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