Struct sgx_types::types::AlignEc256SharedKey
source · [−]#[repr(C, align(64))]pub struct AlignEc256SharedKey {
pub key: Ec256SharedKey,
/* private fields */
}
Fields
key: Ec256SharedKey
Trait Implementations
sourcefn clone(&self) -> AlignEc256SharedKey
fn clone(&self) -> AlignEc256SharedKey
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourcefn default() -> AlignEc256SharedKey
fn default() -> AlignEc256SharedKey
Returns the “default value” for a type. Read more
sourcefn from(key: &[u8; 32]) -> AlignEc256SharedKey
fn from(key: &[u8; 32]) -> AlignEc256SharedKey
Converts to this type from the input type.
sourcefn from(key: &Ec256SharedKey) -> AlignEc256SharedKey
fn from(key: &Ec256SharedKey) -> AlignEc256SharedKey
Converts to this type from the input type.
sourcefn from(key: [u8; 32]) -> AlignEc256SharedKey
fn from(key: [u8; 32]) -> AlignEc256SharedKey
Converts to this type from the input type.
sourcefn from(key: Ec256SharedKey) -> AlignEc256SharedKey
fn from(key: Ec256SharedKey) -> AlignEc256SharedKey
Converts to this type from the input type.
sourcefn eq(&self, other: &AlignEc256SharedKey) -> bool
fn eq(&self, other: &AlignEc256SharedKey) -> bool
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more