Struct sgx_types::types::AlignEc256PrivateKey
source · [−]#[repr(C, align(64))]pub struct AlignEc256PrivateKey {
pub key: Ec256PrivateKey,
/* private fields */
}
Fields
key: Ec256PrivateKey
Trait Implementations
sourceimpl AsMut<[u8; 32]> for AlignEc256PrivateKey
impl AsMut<[u8; 32]> for AlignEc256PrivateKey
sourceimpl AsRef<[u8; 32]> for AlignEc256PrivateKey
impl AsRef<[u8; 32]> for AlignEc256PrivateKey
sourceimpl Clone for AlignEc256PrivateKey
impl Clone for AlignEc256PrivateKey
sourcefn clone(&self) -> AlignEc256PrivateKey
fn clone(&self) -> AlignEc256PrivateKey
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 moresourceimpl Debug for AlignEc256PrivateKey
impl Debug for AlignEc256PrivateKey
sourceimpl Default for AlignEc256PrivateKey
impl Default for AlignEc256PrivateKey
sourcefn default() -> AlignEc256PrivateKey
fn default() -> AlignEc256PrivateKey
Returns the “default value” for a type. Read more
sourceimpl From<&[u8; 32]> for AlignEc256PrivateKey
impl From<&[u8; 32]> for AlignEc256PrivateKey
sourcefn from(key: &[u8; 32]) -> AlignEc256PrivateKey
fn from(key: &[u8; 32]) -> AlignEc256PrivateKey
Converts to this type from the input type.
sourceimpl From<&Ec256PrivateKey> for AlignEc256PrivateKey
impl From<&Ec256PrivateKey> for AlignEc256PrivateKey
sourcefn from(key: &Ec256PrivateKey) -> AlignEc256PrivateKey
fn from(key: &Ec256PrivateKey) -> AlignEc256PrivateKey
Converts to this type from the input type.
sourceimpl From<[u8; 32]> for AlignEc256PrivateKey
impl From<[u8; 32]> for AlignEc256PrivateKey
sourcefn from(key: [u8; 32]) -> AlignEc256PrivateKey
fn from(key: [u8; 32]) -> AlignEc256PrivateKey
Converts to this type from the input type.
sourceimpl From<Ec256PrivateKey> for AlignEc256PrivateKey
impl From<Ec256PrivateKey> for AlignEc256PrivateKey
sourcefn from(key: Ec256PrivateKey) -> AlignEc256PrivateKey
fn from(key: Ec256PrivateKey) -> AlignEc256PrivateKey
Converts to this type from the input type.
sourceimpl PartialEq<AlignEc256PrivateKey> for AlignEc256PrivateKey
impl PartialEq<AlignEc256PrivateKey> for AlignEc256PrivateKey
sourcefn eq(&self, other: &AlignEc256PrivateKey) -> bool
fn eq(&self, other: &AlignEc256PrivateKey) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more