Struct openssl_sys::BIGNUM[][src]

#[repr(C)]
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

Trait Implementations

impl Copy for BIGNUM
[src]

impl Clone for BIGNUM
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for BIGNUM

impl !Sync for BIGNUM