Struct openssl_sys::BIO[][src]

#[repr(C)]
pub struct BIO {
Show 15 fields pub method: *mut BIO_METHOD, pub callback: Option<unsafe extern "C" fn(_: *mut BIO, _: c_int, _: *const c_char, _: c_int, _: c_long, _: c_long) -> c_long>, pub cb_arg: *mut c_char, pub init: c_int, pub shutdown: c_int, pub flags: c_int, pub retry_reason: c_int, pub num: c_int, pub ptr: *mut c_void, pub next_bio: *mut BIO, pub prev_bio: *mut BIO, pub references: c_int, pub num_read: c_ulong, pub num_write: c_ulong, pub ex_data: CRYPTO_EX_DATA,
}

Fields

method: *mut BIO_METHODcallback: Option<unsafe extern "C" fn(_: *mut BIO, _: c_int, _: *const c_char, _: c_int, _: c_long, _: c_long) -> c_long>cb_arg: *mut c_charinit: c_intshutdown: c_intflags: c_intretry_reason: c_intnum: c_intptr: *mut c_voidnext_bio: *mut BIOprev_bio: *mut BIOreferences: c_intnum_read: c_ulongnum_write: c_ulongex_data: CRYPTO_EX_DATA

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.