Struct sgx_crypto::sm2::Sm2Signature
source · [−]pub struct Sm2Signature(_);
Implementations
sourceimpl Sm2Signature
impl Sm2Signature
pub fn signature(&self) -> Ec256Signature
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.0 · sourceconst 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
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more