Struct libgmssl_sys::SM9_SIGNATURE
source · #[repr(C)]pub struct SM9_SIGNATURE {
pub h: sm9_fn_t,
pub S: SM9_POINT,
}Fields§
§h: sm9_fn_t§S: SM9_POINTTrait Implementations§
source§impl Clone for SM9_SIGNATURE
impl Clone for SM9_SIGNATURE
source§fn clone(&self) -> SM9_SIGNATURE
fn clone(&self) -> SM9_SIGNATURE
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 SM9_SIGNATURE
impl Debug for SM9_SIGNATURE
impl Copy for SM9_SIGNATURE
Auto Trait Implementations§
impl RefUnwindSafe for SM9_SIGNATURE
impl Send for SM9_SIGNATURE
impl Sync for SM9_SIGNATURE
impl Unpin for SM9_SIGNATURE
impl UnwindSafe for SM9_SIGNATURE
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