Union tss_esapi_sys::TPMU_SYM_KEY_BITS
source · #[repr(C)]
pub union TPMU_SYM_KEY_BITS {
pub aes: TPMI_AES_KEY_BITS,
pub sm4: TPMI_SM4_KEY_BITS,
pub camellia: TPMI_CAMELLIA_KEY_BITS,
pub sym: TPM2_KEY_BITS,
pub exclusiveOr: TPMI_ALG_HASH,
}
Fields§
§aes: TPMI_AES_KEY_BITS
§sm4: TPMI_SM4_KEY_BITS
§camellia: TPMI_CAMELLIA_KEY_BITS
§sym: TPM2_KEY_BITS
§exclusiveOr: TPMI_ALG_HASH
Trait Implementations§
source§impl Clone for TPMU_SYM_KEY_BITS
impl Clone for TPMU_SYM_KEY_BITS
source§fn clone(&self) -> TPMU_SYM_KEY_BITS
fn clone(&self) -> TPMU_SYM_KEY_BITS
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 Default for TPMU_SYM_KEY_BITS
impl Default for TPMU_SYM_KEY_BITS
impl Copy for TPMU_SYM_KEY_BITS
Auto Trait Implementations§
impl RefUnwindSafe for TPMU_SYM_KEY_BITS
impl Send for TPMU_SYM_KEY_BITS
impl Sync for TPMU_SYM_KEY_BITS
impl Unpin for TPMU_SYM_KEY_BITS
impl UnwindSafe for TPMU_SYM_KEY_BITS
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