Struct boring_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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)