#[repr(C)]pub struct DSA_SIG_st {
pub r: *mut BIGNUM,
pub s: *mut BIGNUM,
}
Fields§
§r: *mut BIGNUM
§s: *mut BIGNUM
Trait Implementations§
Source§impl Clone for DSA_SIG_st
impl Clone for DSA_SIG_st
Source§fn clone(&self) -> DSA_SIG_st
fn clone(&self) -> DSA_SIG_st
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_SIG_st
impl Debug for DSA_SIG_st
Source§impl Default for DSA_SIG_st
impl Default for DSA_SIG_st
Source§impl PartialEq for DSA_SIG_st
impl PartialEq for DSA_SIG_st
impl Copy for DSA_SIG_st
impl Eq for DSA_SIG_st
impl StructuralPartialEq for DSA_SIG_st
Auto Trait Implementations§
impl Freeze for DSA_SIG_st
impl RefUnwindSafe for DSA_SIG_st
impl !Send for DSA_SIG_st
impl !Sync for DSA_SIG_st
impl Unpin for DSA_SIG_st
impl UnwindSafe for DSA_SIG_st
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