Struct sgx_types::types::Ec256SharedKey
source · #[repr(C)]pub struct Ec256SharedKey {
pub s: [u8; 32],
}
Fields§
§s: [u8; 32]
Trait Implementations§
source§fn clone(&self) -> Ec256SharedKey
fn clone(&self) -> Ec256SharedKey
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() -> Ec256SharedKey
fn default() -> Ec256SharedKey
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: &Ec256SharedKey) -> bool
fn eq(&self, other: &Ec256SharedKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§type Error = TryFromSliceError
type Error = TryFromSliceError
The type returned in the event of a conversion error.
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