Struct openssl_sys::BIGNUM
[−]
[src]
pub struct BIGNUM { pub d: *mut c_void, pub top: c_int, pub dmax: c_int, pub neg: c_int, pub flags: c_int, }
Fields
d: *mut c_void
top: c_int
dmax: c_int
neg: c_int
flags: c_int
Trait Implementations
impl Copy for BIGNUM
[src]
impl Clone for BIGNUM
[src]
fn clone(&self) -> BIGNUM
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more