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