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