#[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: UINT16
Trait 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 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 moreSource§impl Ord for __NCRYPT_PCP_TPM_FW_VERSION_INFO
impl Ord for __NCRYPT_PCP_TPM_FW_VERSION_INFO
Source§fn cmp(&self, other: &__NCRYPT_PCP_TPM_FW_VERSION_INFO) -> Ordering
fn cmp(&self, other: &__NCRYPT_PCP_TPM_FW_VERSION_INFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for __NCRYPT_PCP_TPM_FW_VERSION_INFO
impl PartialEq for __NCRYPT_PCP_TPM_FW_VERSION_INFO
Source§fn eq(&self, other: &__NCRYPT_PCP_TPM_FW_VERSION_INFO) -> bool
fn eq(&self, other: &__NCRYPT_PCP_TPM_FW_VERSION_INFO) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for __NCRYPT_PCP_TPM_FW_VERSION_INFO
impl PartialOrd for __NCRYPT_PCP_TPM_FW_VERSION_INFO
impl Copy for __NCRYPT_PCP_TPM_FW_VERSION_INFO
impl Eq for __NCRYPT_PCP_TPM_FW_VERSION_INFO
impl StructuralPartialEq 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