Struct tss_esapi_sys::TPM2B_ECC_POINT
source · [−]#[repr(C)]pub struct TPM2B_ECC_POINT {
pub size: UINT16,
pub point: TPMS_ECC_POINT,
}Fields
size: UINT16point: TPMS_ECC_POINTTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TPM2B_ECC_POINT
impl Send for TPM2B_ECC_POINT
impl Sync for TPM2B_ECC_POINT
impl Unpin for TPM2B_ECC_POINT
impl UnwindSafe for TPM2B_ECC_POINT
Blanket Implementations
Mutably borrows from an owned value. Read more