#[repr(C)]pub struct __NCRYPT_PCP_TPM_FW_VERSION_INFO {
    pub major1: UINT16,
    pub major2: UINT16,
    pub minor1: UINT16,
    pub minor2: UINT16,
}Fields§
§major1: UINT16§major2: UINT16§minor1: UINT16§minor2: UINT16Trait Implementations§
Source§impl Clone for __NCRYPT_PCP_TPM_FW_VERSION_INFO
 
impl Clone for __NCRYPT_PCP_TPM_FW_VERSION_INFO
Source§fn clone(&self) -> __NCRYPT_PCP_TPM_FW_VERSION_INFO
 
fn clone(&self) -> __NCRYPT_PCP_TPM_FW_VERSION_INFO
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for __NCRYPT_PCP_TPM_FW_VERSION_INFO
Auto Trait Implementations§
impl Freeze for __NCRYPT_PCP_TPM_FW_VERSION_INFO
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§
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