#[repr(C)]pub struct TPMS_ALGORITHM_DESCRIPTION {
pub alg: TPM2_ALG_ID,
pub attributes: TPMA_ALGORITHM,
}
Fields§
§alg: TPM2_ALG_ID
§attributes: TPMA_ALGORITHM
Trait Implementations§
source§impl Clone for TPMS_ALGORITHM_DESCRIPTION
impl Clone for TPMS_ALGORITHM_DESCRIPTION
source§fn clone(&self) -> TPMS_ALGORITHM_DESCRIPTION
fn clone(&self) -> TPMS_ALGORITHM_DESCRIPTION
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 Debug for TPMS_ALGORITHM_DESCRIPTION
impl Debug for TPMS_ALGORITHM_DESCRIPTION
source§impl Default for TPMS_ALGORITHM_DESCRIPTION
impl Default for TPMS_ALGORITHM_DESCRIPTION
source§fn default() -> TPMS_ALGORITHM_DESCRIPTION
fn default() -> TPMS_ALGORITHM_DESCRIPTION
Returns the “default value” for a type. Read more
impl Copy for TPMS_ALGORITHM_DESCRIPTION
Auto Trait Implementations§
impl RefUnwindSafe for TPMS_ALGORITHM_DESCRIPTION
impl Send for TPMS_ALGORITHM_DESCRIPTION
impl Sync for TPMS_ALGORITHM_DESCRIPTION
impl Unpin for TPMS_ALGORITHM_DESCRIPTION
impl UnwindSafe for TPMS_ALGORITHM_DESCRIPTION
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