pub struct HostTpmCommandEventDetails {
pub host_tpm_event_details_: HostTpmEventDetails,
pub command_line: String,
}Expand description
Details of an Trusted Platform Module (TPM) event recording options entered manually on the command line prompt at boot time.
§How to access
HostSystem::query_tpm_attestation_report().tpm_events[*].event_details→HostTpmCommandEventDetails
Fields§
§host_tpm_event_details_: HostTpmEventDetails§command_line: StringBoot options as entered on the command line prompt at boot time.
Trait Implementations§
Source§impl Debug for HostTpmCommandEventDetails
impl Debug for HostTpmCommandEventDetails
Source§impl Deref for HostTpmCommandEventDetails
impl Deref for HostTpmCommandEventDetails
Source§impl HostTpmEventDetailsTrait for HostTpmCommandEventDetails
impl HostTpmEventDetailsTrait for HostTpmCommandEventDetails
Source§fn get_host_tpm_event_details(&self) -> &HostTpmEventDetails
fn get_host_tpm_event_details(&self) -> &HostTpmEventDetails
Get a reference to the HostTpmEventDetails parent struct
Source§fn get_host_tpm_event_details_mut(&mut self) -> &mut HostTpmEventDetails
fn get_host_tpm_event_details_mut(&mut self) -> &mut HostTpmEventDetails
Get a mutable reference to the HostTpmEventDetails parent struct
Source§impl VimObjectTrait for HostTpmCommandEventDetails
impl VimObjectTrait for HostTpmCommandEventDetails
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for HostTpmCommandEventDetails
Auto Trait Implementations§
impl Freeze for HostTpmCommandEventDetails
impl RefUnwindSafe for HostTpmCommandEventDetails
impl Send for HostTpmCommandEventDetails
impl Sync for HostTpmCommandEventDetails
impl Unpin for HostTpmCommandEventDetails
impl UnsafeUnpin for HostTpmCommandEventDetails
impl UnwindSafe for HostTpmCommandEventDetails
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