pub struct TPMEmulatorOptions {
pub chardev: String,
}
Fields§
§chardev: String
Trait Implementations§
Source§impl AsRef<String> for TPMEmulatorOptions
impl AsRef<String> for TPMEmulatorOptions
Source§impl AsRef<TPMEmulatorOptions> for TPMEmulatorOptionsWrapper
impl AsRef<TPMEmulatorOptions> for TPMEmulatorOptionsWrapper
Source§fn as_ref(&self) -> &TPMEmulatorOptions
fn as_ref(&self) -> &TPMEmulatorOptions
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for TPMEmulatorOptions
impl Clone for TPMEmulatorOptions
Source§fn clone(&self) -> TPMEmulatorOptions
fn clone(&self) -> TPMEmulatorOptions
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 TPMEmulatorOptions
impl Debug for TPMEmulatorOptions
Source§impl<'de> Deserialize<'de> for TPMEmulatorOptions
impl<'de> Deserialize<'de> for TPMEmulatorOptions
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 From<TPMEmulatorOptions> for TpmTypeOptions
impl From<TPMEmulatorOptions> for TpmTypeOptions
Source§fn from(val: TPMEmulatorOptions) -> Self
fn from(val: TPMEmulatorOptions) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TPMEmulatorOptions
impl RefUnwindSafe for TPMEmulatorOptions
impl Send for TPMEmulatorOptions
impl Sync for TPMEmulatorOptions
impl Unpin for TPMEmulatorOptions
impl UnwindSafe for TPMEmulatorOptions
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