Struct sgx_crypto::ecc::EcSignature
source · [−]pub struct EcSignature(_);
Implementations
sourceimpl EcSignature
impl EcSignature
Trait Implementations
sourceimpl AsRef<[u8; 64]> for EcSignature
impl AsRef<[u8; 64]> for EcSignature
sourceimpl Clone for EcSignature
impl Clone for EcSignature
sourcefn clone(&self) -> EcSignature
fn clone(&self) -> EcSignature
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl ConstTimeEq<EcSignature> for EcSignature
impl ConstTimeEq<EcSignature> for EcSignature
fn ct_eq(&self, other: &EcSignature) -> bool
fn ct_ne(&self, other: &T) -> bool
sourceimpl Debug for EcSignature
impl Debug for EcSignature
sourceimpl Default for EcSignature
impl Default for EcSignature
sourcefn default() -> EcSignature
fn default() -> EcSignature
Returns the “default value” for a type. Read more
sourceimpl From<&[u8; 64]> for EcSignature
impl From<&[u8; 64]> for EcSignature
sourcefn from(signature: &[u8; 64]) -> EcSignature
fn from(signature: &[u8; 64]) -> EcSignature
Converts to this type from the input type.
sourceimpl From<&Ec256Signature> for EcSignature
impl From<&Ec256Signature> for EcSignature
sourcefn from(signature: &Ec256Signature) -> EcSignature
fn from(signature: &Ec256Signature) -> EcSignature
Converts to this type from the input type.
sourceimpl From<&EcSignature> for [u8; 64]
impl From<&EcSignature> for [u8; 64]
sourcefn from(signature: &EcSignature) -> [u8; 64]
fn from(signature: &EcSignature) -> [u8; 64]
Converts to this type from the input type.
sourceimpl From<&EcSignature> for Ec256Signature
impl From<&EcSignature> for Ec256Signature
sourcefn from(signature: &EcSignature) -> Ec256Signature
fn from(signature: &EcSignature) -> Ec256Signature
Converts to this type from the input type.
sourceimpl From<[u8; 64]> for EcSignature
impl From<[u8; 64]> for EcSignature
sourcefn from(signature: [u8; 64]) -> EcSignature
fn from(signature: [u8; 64]) -> EcSignature
Converts to this type from the input type.
sourceimpl From<Ec256Signature> for EcSignature
impl From<Ec256Signature> for EcSignature
sourcefn from(signature: Ec256Signature) -> EcSignature
fn from(signature: Ec256Signature) -> EcSignature
Converts to this type from the input type.
sourceimpl From<EcSignature> for [u8; 64]
impl From<EcSignature> for [u8; 64]
sourcefn from(signature: EcSignature) -> [u8; 64]
fn from(signature: EcSignature) -> [u8; 64]
Converts to this type from the input type.
sourceimpl From<EcSignature> for Ec256Signature
impl From<EcSignature> for Ec256Signature
sourcefn from(signature: EcSignature) -> Ec256Signature
fn from(signature: EcSignature) -> Ec256Signature
Converts to this type from the input type.
sourceimpl PartialEq<EcSignature> for EcSignature
impl PartialEq<EcSignature> for EcSignature
sourcefn eq(&self, other: &EcSignature) -> bool
fn eq(&self, other: &EcSignature) -> bool
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
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> EnclaveRange for Twhere
T: ContiguousMemory,
impl<T> EnclaveRange for Twhere
T: ContiguousMemory,
default fn is_enclave_range(&self) -> bool
default fn is_host_range(&self) -> bool
impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more