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