Struct sgx_types::types::Ec256PrivateKey
source · #[repr(C)]pub struct Ec256PrivateKey {
pub r: [u8; 32],
}
Fields§
§r: [u8; 32]
Trait Implementations§
source§impl Clone for Ec256PrivateKey
impl Clone for Ec256PrivateKey
source§fn clone(&self) -> Ec256PrivateKey
fn clone(&self) -> Ec256PrivateKey
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 Debug for Ec256PrivateKey
impl Debug for Ec256PrivateKey
source§impl Default for Ec256PrivateKey
impl Default for Ec256PrivateKey
source§fn default() -> Ec256PrivateKey
fn default() -> Ec256PrivateKey
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 Ec256PrivateKey
impl PartialEq for Ec256PrivateKey
source§fn eq(&self, other: &Ec256PrivateKey) -> bool
fn eq(&self, other: &Ec256PrivateKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&[u8]> for Ec256PrivateKey
impl TryFrom<&[u8]> for Ec256PrivateKey
§type Error = TryFromSliceError
type Error = TryFromSliceError
The type returned in the event of a conversion error.
impl BytewiseEquality for Ec256PrivateKey
impl ContiguousMemory for Ec256PrivateKey
impl Copy for Ec256PrivateKey
impl Eq for Ec256PrivateKey
impl StructuralEq for Ec256PrivateKey
impl StructuralPartialEq for Ec256PrivateKey
Auto Trait Implementations§
impl RefUnwindSafe for Ec256PrivateKey
impl Send for Ec256PrivateKey
impl Sync for Ec256PrivateKey
impl Unpin for Ec256PrivateKey
impl UnwindSafe for Ec256PrivateKey
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