#[repr(C)]pub struct bio_st {
pub method: *const BIO_METHOD,
pub ex_data: CRYPTO_EX_DATA,
pub init: c_int,
pub shutdown: c_int,
pub flags: c_int,
pub retry_reason: c_int,
pub num: c_int,
pub references: CRYPTO_refcount_t,
pub ptr: *mut c_void,
pub next_bio: *mut BIO,
pub num_read: usize,
pub num_write: usize,
}
Fields§
§method: *const BIO_METHOD
§ex_data: CRYPTO_EX_DATA
§init: c_int
§shutdown: c_int
§flags: c_int
§retry_reason: c_int
§num: c_int
§references: CRYPTO_refcount_t
§ptr: *mut c_void
§next_bio: *mut BIO
§num_read: usize
§num_write: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bio_st
impl RefUnwindSafe for bio_st
impl !Send for bio_st
impl !Sync for bio_st
impl Unpin for bio_st
impl UnwindSafe for bio_st
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)