[][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 Unpin for _STACK

impl !Sync for _STACK

impl UnwindSafe for _STACK

impl RefUnwindSafe for _STACK

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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