Struct libgmssl_sys::SM2_SIGNATURE
source · #[repr(C)]pub struct SM2_SIGNATURE {
pub r: [u8; 32],
pub s: [u8; 32],
}Fields§
§r: [u8; 32]§s: [u8; 32]Trait Implementations§
source§impl Clone for SM2_SIGNATURE
impl Clone for SM2_SIGNATURE
source§fn clone(&self) -> SM2_SIGNATURE
fn clone(&self) -> SM2_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 SM2_SIGNATURE
impl Debug for SM2_SIGNATURE
impl Copy for SM2_SIGNATURE
Auto Trait Implementations§
impl RefUnwindSafe for SM2_SIGNATURE
impl Send for SM2_SIGNATURE
impl Sync for SM2_SIGNATURE
impl Unpin for SM2_SIGNATURE
impl UnwindSafe for SM2_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