Struct tss_esapi_sys::TPMS_ECC_PARMS
source · [−]#[repr(C)]pub struct TPMS_ECC_PARMS {
pub symmetric: TPMT_SYM_DEF_OBJECT,
pub scheme: TPMT_ECC_SCHEME,
pub curveID: TPMI_ECC_CURVE,
pub kdf: TPMT_KDF_SCHEME,
}Fields
symmetric: TPMT_SYM_DEF_OBJECTscheme: TPMT_ECC_SCHEMEcurveID: TPMI_ECC_CURVEkdf: TPMT_KDF_SCHEMETrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TPMS_ECC_PARMS
impl Send for TPMS_ECC_PARMS
impl Sync for TPMS_ECC_PARMS
impl Unpin for TPMS_ECC_PARMS
impl UnwindSafe for TPMS_ECC_PARMS
Blanket Implementations
Mutably borrows from an owned value. Read more