#[repr(C)]pub struct NCRYPT_PCP_TPM_FW_VERSION_INFO {
pub major1: u16,
pub major2: u16,
pub minor1: u16,
pub minor2: u16,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
major1: u16
major2: u16
minor1: u16
minor2: u16
Trait Implementations
impl Clone for NCRYPT_PCP_TPM_FW_VERSION_INFO
impl Clone for NCRYPT_PCP_TPM_FW_VERSION_INFO
impl Copy for NCRYPT_PCP_TPM_FW_VERSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_PCP_TPM_FW_VERSION_INFO
impl Send for NCRYPT_PCP_TPM_FW_VERSION_INFO
impl Sync for NCRYPT_PCP_TPM_FW_VERSION_INFO
impl Unpin for NCRYPT_PCP_TPM_FW_VERSION_INFO
impl UnwindSafe for NCRYPT_PCP_TPM_FW_VERSION_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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