Type Alias BIO

Source
pub type BIO = bio_st;

Aliased Type§

#[repr(C)]
pub struct BIO { pub method: *const bio_method_st, pub ex_data: crypto_ex_data_st, pub init: i32, pub shutdown: i32, pub flags: i32, pub retry_reason: i32, pub num: i32, pub references: u32, pub ptr: *mut c_void, pub next_bio: *mut bio_st, pub num_read: u64, pub num_write: u64, }

Fields§

§method: *const bio_method_st§ex_data: crypto_ex_data_st§init: i32§shutdown: i32§flags: i32§retry_reason: i32§num: i32§references: u32§ptr: *mut c_void§next_bio: *mut bio_st§num_read: u64§num_write: u64