Struct aws_lc_sys::DSA_SIG_st
source · #[repr(C)]pub struct DSA_SIG_st {
pub r: *mut BIGNUM,
pub s: *mut BIGNUM,
}Fields§
§r: *mut BIGNUM§s: *mut BIGNUMTrait 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<DSA_SIG_st> for DSA_SIG_st
impl PartialEq<DSA_SIG_st> for DSA_SIG_st
source§fn eq(&self, other: &DSA_SIG_st) -> bool
fn eq(&self, other: &DSA_SIG_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DSA_SIG_st
impl Eq for DSA_SIG_st
impl StructuralEq for DSA_SIG_st
impl StructuralPartialEq for DSA_SIG_st
Auto Trait Implementations§
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