[][src]Struct openssl_sys::BIO_METHOD

#[repr(C)]
pub struct BIO_METHOD { pub type_: c_int, pub name: *const c_char, pub bwrite: Option<unsafe extern "C" fn(_: *mut BIO, _: *const c_char, _: c_int) -> c_int>, pub bread: Option<unsafe extern "C" fn(_: *mut BIO, _: *mut c_char, _: c_int) -> c_int>, pub bputs: Option<unsafe extern "C" fn(_: *mut BIO, _: *const c_char) -> c_int>, pub bgets: Option<unsafe extern "C" fn(_: *mut BIO, _: *mut c_char, _: c_int) -> c_int>, pub ctrl: Option<unsafe extern "C" fn(_: *mut BIO, _: c_int, _: c_long, _: *mut c_void) -> c_long>, pub create: Option<unsafe extern "C" fn(_: *mut BIO) -> c_int>, pub destroy: Option<unsafe extern "C" fn(_: *mut BIO) -> c_int>, pub callback_ctrl: Option<unsafe extern "C" fn(_: *mut BIO, _: c_int, _: bio_info_cb) -> c_long>, }

Fields

Auto Trait Implementations

impl !Send for BIO_METHOD

impl !Sync for BIO_METHOD

Blanket Implementations

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

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

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

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

The type returned in the event of a conversion error.

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

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

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

The type returned in the event of a conversion error.

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

Performs the conversion.

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

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

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more