Struct tss_esapi_sys::TPMS_ECC_POINT
source · #[repr(C)]pub struct TPMS_ECC_POINT {
pub x: TPM2B_ECC_PARAMETER,
pub y: TPM2B_ECC_PARAMETER,
}Fields§
§x: TPM2B_ECC_PARAMETER§y: TPM2B_ECC_PARAMETERTrait Implementations§
source§impl Clone for TPMS_ECC_POINT
impl Clone for TPMS_ECC_POINT
source§fn clone(&self) -> TPMS_ECC_POINT
fn clone(&self) -> TPMS_ECC_POINT
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 more