Struct qapi_qmp::TPMPassthroughOptions
source · [−]Fields
cancel_path: Option<String>path: Option<String>Trait Implementations
sourceimpl AsRef<TPMPassthroughOptions> for TPMPassthroughOptionsWrapper
impl AsRef<TPMPassthroughOptions> for TPMPassthroughOptionsWrapper
sourcefn as_ref(&self) -> &TPMPassthroughOptions
fn as_ref(&self) -> &TPMPassthroughOptions
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for TPMPassthroughOptions
impl Clone for TPMPassthroughOptions
sourcefn clone(&self) -> TPMPassthroughOptions
fn clone(&self) -> TPMPassthroughOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TPMPassthroughOptions
impl Debug for TPMPassthroughOptions
sourceimpl Default for TPMPassthroughOptions
impl Default for TPMPassthroughOptions
sourcefn default() -> TPMPassthroughOptions
fn default() -> TPMPassthroughOptions
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TPMPassthroughOptions
impl<'de> Deserialize<'de> for TPMPassthroughOptions
sourcefn 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
sourceimpl From<TPMPassthroughOptions> for TpmTypeOptions
impl From<TPMPassthroughOptions> for TpmTypeOptions
sourcefn from(val: TPMPassthroughOptions) -> Self
fn from(val: TPMPassthroughOptions) -> Self
Converts to this type from the input type.
sourceimpl Serialize for TPMPassthroughOptions
impl Serialize for TPMPassthroughOptions
Auto Trait Implementations
impl RefUnwindSafe for TPMPassthroughOptions
impl Send for TPMPassthroughOptions
impl Sync for TPMPassthroughOptions
impl Unpin for TPMPassthroughOptions
impl UnwindSafe for TPMPassthroughOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more