Struct sgx_crypto::sm2::Sm2Signature
source · [−]pub struct Sm2Signature(_);
Implementations
sourceimpl Sm2Signature
impl Sm2Signature
Trait Implementations
sourceimpl AsRef<[u8; 64]> for Sm2Signature
impl AsRef<[u8; 64]> for Sm2Signature
sourceimpl Clone for Sm2Signature
impl Clone for Sm2Signature
sourcefn clone(&self) -> Sm2Signature
fn clone(&self) -> Sm2Signature
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<Sm2Signature> for Sm2Signature
impl ConstTimeEq<Sm2Signature> for Sm2Signature
fn ct_eq(&self, other: &Sm2Signature) -> bool
fn ct_ne(&self, other: &T) -> bool
sourceimpl Debug for Sm2Signature
impl Debug for Sm2Signature
sourceimpl Default for Sm2Signature
impl Default for Sm2Signature
sourcefn default() -> Sm2Signature
fn default() -> Sm2Signature
Returns the “default value” for a type. Read more
sourceimpl From<&[u8; 64]> for Sm2Signature
impl From<&[u8; 64]> for Sm2Signature
sourcefn from(signature: &[u8; 64]) -> Sm2Signature
fn from(signature: &[u8; 64]) -> Sm2Signature
Converts to this type from the input type.
sourceimpl From<&Ec256Signature> for Sm2Signature
impl From<&Ec256Signature> for Sm2Signature
sourcefn from(signature: &Ec256Signature) -> Sm2Signature
fn from(signature: &Ec256Signature) -> Sm2Signature
Converts to this type from the input type.
sourceimpl From<&Sm2Signature> for [u8; 64]
impl From<&Sm2Signature> for [u8; 64]
sourcefn from(signature: &Sm2Signature) -> [u8; 64]
fn from(signature: &Sm2Signature) -> [u8; 64]
Converts to this type from the input type.
sourceimpl From<&Sm2Signature> for Ec256Signature
impl From<&Sm2Signature> for Ec256Signature
sourcefn from(signature: &Sm2Signature) -> Ec256Signature
fn from(signature: &Sm2Signature) -> Ec256Signature
Converts to this type from the input type.
sourceimpl From<[u8; 64]> for Sm2Signature
impl From<[u8; 64]> for Sm2Signature
sourcefn from(signature: [u8; 64]) -> Sm2Signature
fn from(signature: [u8; 64]) -> Sm2Signature
Converts to this type from the input type.
sourceimpl From<Ec256Signature> for Sm2Signature
impl From<Ec256Signature> for Sm2Signature
sourcefn from(signature: Ec256Signature) -> Sm2Signature
fn from(signature: Ec256Signature) -> Sm2Signature
Converts to this type from the input type.
sourceimpl From<Sm2Signature> for [u8; 64]
impl From<Sm2Signature> for [u8; 64]
sourcefn from(signature: Sm2Signature) -> [u8; 64]
fn from(signature: Sm2Signature) -> [u8; 64]
Converts to this type from the input type.
sourceimpl From<Sm2Signature> for Ec256Signature
impl From<Sm2Signature> for Ec256Signature
sourcefn from(signature: Sm2Signature) -> Ec256Signature
fn from(signature: Sm2Signature) -> Ec256Signature
Converts to this type from the input type.
sourceimpl PartialEq<Sm2Signature> for Sm2Signature
impl PartialEq<Sm2Signature> for Sm2Signature
sourcefn eq(&self, other: &Sm2Signature) -> bool
fn eq(&self, other: &Sm2Signature) -> bool
impl BytewiseEquality for Sm2Signature
impl ContiguousMemory for Sm2Signature
impl Copy for Sm2Signature
impl Eq for Sm2Signature
impl StructuralEq for Sm2Signature
impl StructuralPartialEq for Sm2Signature
Auto Trait Implementations
impl RefUnwindSafe for Sm2Signature
impl Send for Sm2Signature
impl Sync for Sm2Signature
impl Unpin for Sm2Signature
impl UnwindSafe for Sm2Signature
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