Struct sgx_types::types::AlignEc256SharedKey
source · #[repr(C, align(64))]pub struct AlignEc256SharedKey {
pub key: Ec256SharedKey,
/* private fields */
}
Fields§
§key: Ec256SharedKey
Trait Implementations§
source§fn clone(&self) -> AlignEc256SharedKey
fn clone(&self) -> AlignEc256SharedKey
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 moresource§fn default() -> AlignEc256SharedKey
fn default() -> AlignEc256SharedKey
Returns the “default value” for a type. Read more
source§fn from(key: &Ec256SharedKey) -> AlignEc256SharedKey
fn from(key: &Ec256SharedKey) -> AlignEc256SharedKey
Converts to this type from the input type.
source§fn from(key: Ec256SharedKey) -> AlignEc256SharedKey
fn from(key: Ec256SharedKey) -> AlignEc256SharedKey
Converts to this type from the input type.
source§fn eq(&self, other: &AlignEc256SharedKey) -> bool
fn eq(&self, other: &AlignEc256SharedKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more