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,
}
Expand description
Required features: "Win32_System_TpmBaseServices"
Fields
structVersion: u32
tpmVersion: u32
tpmInterfaceType: u32
tpmImpRevision: u32
Trait 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
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