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_intdata: *mut *mut c_charsorted: c_intnum_alloc: c_intcomp: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> c_int>