Struct sgx_types::types::AlignEc256PrivateKey
source · #[repr(C, align(64))]pub struct AlignEc256PrivateKey {
pub key: Ec256PrivateKey,
/* private fields */
}
Fields§
§key: Ec256PrivateKey
Trait Implementations§
source§impl Clone for AlignEc256PrivateKey
impl Clone for AlignEc256PrivateKey
source§fn clone(&self) -> AlignEc256PrivateKey
fn clone(&self) -> AlignEc256PrivateKey
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§impl ConstTimeEq for AlignEc256PrivateKey
impl ConstTimeEq for AlignEc256PrivateKey
source§impl Debug for AlignEc256PrivateKey
impl Debug for AlignEc256PrivateKey
source§impl Default for AlignEc256PrivateKey
impl Default for AlignEc256PrivateKey
source§fn default() -> AlignEc256PrivateKey
fn default() -> AlignEc256PrivateKey
Returns the “default value” for a type. Read more
source§impl From<&Ec256PrivateKey> for AlignEc256PrivateKey
impl From<&Ec256PrivateKey> for AlignEc256PrivateKey
source§fn from(key: &Ec256PrivateKey) -> AlignEc256PrivateKey
fn from(key: &Ec256PrivateKey) -> AlignEc256PrivateKey
Converts to this type from the input type.
source§impl From<Ec256PrivateKey> for AlignEc256PrivateKey
impl From<Ec256PrivateKey> for AlignEc256PrivateKey
source§fn from(key: Ec256PrivateKey) -> AlignEc256PrivateKey
fn from(key: Ec256PrivateKey) -> AlignEc256PrivateKey
Converts to this type from the input type.
source§impl PartialEq for AlignEc256PrivateKey
impl PartialEq for AlignEc256PrivateKey
source§fn eq(&self, other: &AlignEc256PrivateKey) -> bool
fn eq(&self, other: &AlignEc256PrivateKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl BytewiseEquality for AlignEc256PrivateKey
impl ContiguousMemory for AlignEc256PrivateKey
impl Copy for AlignEc256PrivateKey
impl Eq for AlignEc256PrivateKey
Auto Trait Implementations§
impl RefUnwindSafe for AlignEc256PrivateKey
impl Send for AlignEc256PrivateKey
impl Sync for AlignEc256PrivateKey
impl Unpin for AlignEc256PrivateKey
impl UnwindSafe for AlignEc256PrivateKey
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