#[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_MEM§method: *mut WOLFSSL_BIO_METHOD§prev: *mut WOLFSSL_BIO§next: *mut WOLFSSL_BIO§pair: *mut WOLFSSL_BIO§heap: *mut c_void§ptr: *mut c_void§usrCtx: *mut c_void§ip: *mut c_char§port: word16§infoArg: *mut c_char§infoCb: wolf_bio_info_cb§wrSz: c_int§wrIdx: c_int§rdIdx: c_int§readRq: c_int§num: c_int§eof: c_int§flags: c_int§type_: 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
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.