[][src]Struct openssl_sys::_STACK

#[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

impl !Send for _STACK

impl !Sync for _STACK

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]