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