Struct openssl_sys::_STACK 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct _STACK { pub num: c_int, pub data: *mut *mut c_char, pub sorted: c_int, pub num_alloc: c_int, pub comp: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> c_int>, }
Fields
num: c_int
                           
                           
                           data: *mut *mut c_char
                           
                           
                           sorted: c_int
                           
                           
                           num_alloc: c_int
                           
                           
                           comp: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> c_int>