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
eccP: [uint32_t; 8]
eccA: [uint32_t; 8]
eccB: [uint32_t; 8]
eccG: [[uint32_t; 8]; 2]
eccR: [uint32_t; 8]
Trait Implementations
impl Copy for ecc_param_t
[src]
impl Copy for ecc_param_t
impl Clone for ecc_param_t
[src]
impl Clone for ecc_param_t
fn clone(&self) -> ecc_param_t
[src]
fn clone(&self) -> ecc_param_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Default for ecc_param_t
[src]
impl Default for ecc_param_t
fn default() -> ecc_param_t
[src]
fn default() -> ecc_param_t
Returns the "default value" for a type. Read more
impl ContiguousMemory for ecc_param_t
[src]
impl ContiguousMemory for ecc_param_t
Auto Trait Implementations
impl Send for ecc_param_t
impl Send for ecc_param_t
impl Sync for ecc_param_t
impl Sync for ecc_param_t