Struct NCRYPT_PCP_TPM_FW_VERSION_INFO
#[repr(C)]pub struct NCRYPT_PCP_TPM_FW_VERSION_INFO {
pub major1: u16,
pub major2: u16,
pub minor1: u16,
pub minor2: u16,
}
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
§fn clone(&self) -> NCRYPT_PCP_TPM_FW_VERSION_INFO
fn clone(&self) -> NCRYPT_PCP_TPM_FW_VERSION_INFO
Returns a copy 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