#[repr(C)]
pub struct WOLFSSL_BIO {
Show 23 fields pub mem_buf: *mut WOLFSSL_BUF_MEM, pub method: *mut WOLFSSL_BIO_METHOD, pub prev: *mut WOLFSSL_BIO, pub next: *mut WOLFSSL_BIO, pub pair: *mut WOLFSSL_BIO, pub heap: *mut c_void, pub ptr: *mut c_void, pub usrCtx: *mut c_void, pub ip: *mut c_char, pub port: word16, pub infoArg: *mut c_char, pub infoCb: wolf_bio_info_cb, pub wrSz: c_int, pub wrIdx: c_int, pub rdIdx: c_int, pub readRq: c_int, pub num: c_int, pub eof: c_int, pub flags: c_int, pub type_: byte, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>, pub __bindgen_padding_0: u16,
}

Fields

mem_buf: *mut WOLFSSL_BUF_MEMmethod: *mut WOLFSSL_BIO_METHODprev: *mut WOLFSSL_BIOnext: *mut WOLFSSL_BIOpair: *mut WOLFSSL_BIOheap: *mut c_voidptr: *mut c_voidusrCtx: *mut c_voidip: *mut c_charport: word16infoArg: *mut c_charinfoCb: wolf_bio_info_cbwrSz: c_intwrIdx: c_intrdIdx: c_intreadRq: c_intnum: c_inteof: c_intflags: c_inttype_: byte_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>__bindgen_padding_0: u16

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

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

Uses borrowed data to replace owned data, usually by cloning. Read more

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.