Struct openssl_sys::BIGNUM 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct BIGNUM { pub d: *mut BN_ULONG, pub top: c_int, pub dmax: c_int, pub neg: c_int, pub flags: c_int, }
Fields
d: *mut BN_ULONG
                           
                           
                           top: c_int
                           
                           
                           dmax: c_int
                           
                           
                           neg: c_int
                           
                           
                           flags: c_int