Struct tss_esapi_sys::TPML_ECC_CURVE
source · [−]#[repr(C)]pub struct TPML_ECC_CURVE {
pub count: UINT32,
pub eccCurves: [TPM2_ECC_CURVE; 508],
}Fields
count: UINT32eccCurves: [TPM2_ECC_CURVE; 508]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TPML_ECC_CURVE
impl Send for TPML_ECC_CURVE
impl Sync for TPML_ECC_CURVE
impl Unpin for TPML_ECC_CURVE
impl UnwindSafe for TPML_ECC_CURVE
Blanket Implementations
Mutably borrows from an owned value. Read more