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>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.