Struct wolfssl_sys::WOLFSSL_BIO
source · [−]#[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: u16Implementations
Trait Implementations
sourceimpl Clone for WOLFSSL_BIO
impl Clone for WOLFSSL_BIO
sourcefn clone(&self) -> WOLFSSL_BIO
fn clone(&self) -> WOLFSSL_BIO
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for WOLFSSL_BIO
impl Debug for WOLFSSL_BIO
impl Copy for WOLFSSL_BIO
Auto Trait Implementations
impl RefUnwindSafe for WOLFSSL_BIO
impl !Send for WOLFSSL_BIO
impl !Sync for WOLFSSL_BIO
impl Unpin for WOLFSSL_BIO
impl UnwindSafe for WOLFSSL_BIO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more