Struct windows_sys::Win32::System::TpmBaseServices::TPM_DEVICE_INFO
#[repr(C)]pub struct TPM_DEVICE_INFO {
pub structVersion: u32,
pub tpmVersion: u32,
pub tpmInterfaceType: u32,
pub tpmImpRevision: u32,
}Fields§
§structVersion: u32§tpmVersion: u32§tpmInterfaceType: u32§tpmImpRevision: u32Trait Implementations§
§impl Clone for TPM_DEVICE_INFO
impl Clone for TPM_DEVICE_INFO
impl Copy for TPM_DEVICE_INFO
Auto Trait Implementations§
impl RefUnwindSafe for TPM_DEVICE_INFO
impl Send for TPM_DEVICE_INFO
impl Sync for TPM_DEVICE_INFO
impl Unpin for TPM_DEVICE_INFO
impl UnwindSafe for TPM_DEVICE_INFO
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