Struct sgx_crypto::ecc::EcSignature
source · pub struct EcSignature(/* private fields */);Implementations§
source§impl EcSignature
impl EcSignature
pub fn signature(&self) -> Ec256Signature
Trait Implementations§
source§impl Clone for EcSignature
impl Clone for EcSignature
source§fn clone(&self) -> EcSignature
fn clone(&self) -> EcSignature
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 EcSignature
impl ConstTimeEq for EcSignature
source§impl Debug for EcSignature
impl Debug for EcSignature
source§impl Default for EcSignature
impl Default for EcSignature
source§fn default() -> EcSignature
fn default() -> EcSignature
Returns the “default value” for a type. Read more
source§impl From<&Ec256Signature> for EcSignature
impl From<&Ec256Signature> for EcSignature
source§fn from(signature: &Ec256Signature) -> EcSignature
fn from(signature: &Ec256Signature) -> EcSignature
Converts to this type from the input type.
source§impl From<&EcSignature> for Ec256Signature
impl From<&EcSignature> for Ec256Signature
source§fn from(signature: &EcSignature) -> Ec256Signature
fn from(signature: &EcSignature) -> Ec256Signature
Converts to this type from the input type.
source§impl From<Ec256Signature> for EcSignature
impl From<Ec256Signature> for EcSignature
source§fn from(signature: Ec256Signature) -> EcSignature
fn from(signature: Ec256Signature) -> EcSignature
Converts to this type from the input type.
source§impl From<EcSignature> for Ec256Signature
impl From<EcSignature> for Ec256Signature
source§fn from(signature: EcSignature) -> Ec256Signature
fn from(signature: EcSignature) -> Ec256Signature
Converts to this type from the input type.
source§impl PartialEq for EcSignature
impl PartialEq for EcSignature
source§fn eq(&self, other: &EcSignature) -> bool
fn eq(&self, other: &EcSignature) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl BytewiseEquality for EcSignature
impl ContiguousMemory for EcSignature
impl Copy for EcSignature
impl Eq for EcSignature
impl StructuralEq for EcSignature
impl StructuralPartialEq for EcSignature
Auto Trait Implementations§
impl RefUnwindSafe for EcSignature
impl Send for EcSignature
impl Sync for EcSignature
impl Unpin for EcSignature
impl UnwindSafe for EcSignature
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