pub type BIO = bio_st;
Aliased Type§
struct BIO {
pub method: *const bio_method_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: usize,
pub num_write: usize,
}
Fields§
§method: *const bio_method_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: usize
§num_write: usize