Struct tss_esapi_sys::TPML_ALG
source · [−]#[repr(C)]pub struct TPML_ALG {
pub count: UINT32,
pub algorithms: [TPM2_ALG_ID; 128],
}Fields
count: UINT32algorithms: [TPM2_ALG_ID; 128]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TPML_ALG
impl UnwindSafe for TPML_ALG
Blanket Implementations
Mutably borrows from an owned value. Read more