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
top
dmax
neg
flags

Trait Implementations

impl Copy for BIGNUM