Struct sgx_types::ecc_param_t[][src]

#[repr(C)] #[repr(packed)]
pub struct ecc_param_t { pub eccP: [uint32_t; 8], pub eccA: [uint32_t; 8], pub eccB: [uint32_t; 8], pub eccG: [[uint32_t; 8]; 2], pub eccR: [uint32_t; 8], }

Fields

Trait Implementations

impl Copy for ecc_param_t
[src]

impl Clone for ecc_param_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ecc_param_t
[src]

Returns the "default value" for a type. Read more

impl ContiguousMemory for ecc_param_t
[src]

Auto Trait Implementations

impl Send for ecc_param_t

impl Sync for ecc_param_t