Struct libgmssl_sys::SM2_SIGN_CTX
source · #[repr(C)]pub struct SM2_SIGN_CTX {
pub sm3_ctx: SM3_CTX,
pub key: SM2_KEY,
}Fields§
§sm3_ctx: SM3_CTX§key: SM2_KEYTrait Implementations§
source§impl Clone for SM2_SIGN_CTX
impl Clone for SM2_SIGN_CTX
source§fn clone(&self) -> SM2_SIGN_CTX
fn clone(&self) -> SM2_SIGN_CTX
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 SM2_SIGN_CTX
impl Debug for SM2_SIGN_CTX
impl Copy for SM2_SIGN_CTX
Auto Trait Implementations§
impl RefUnwindSafe for SM2_SIGN_CTX
impl Send for SM2_SIGN_CTX
impl Sync for SM2_SIGN_CTX
impl Unpin for SM2_SIGN_CTX
impl UnwindSafe for SM2_SIGN_CTX
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