[−][src]Struct openssl_sys::BIO
Fields
method: *mut BIO_METHODcallback: Option<unsafe extern "C" fn(_: *mut BIO, _: c_int, _: *const c_char, _: c_int, _: c_long, _: c_long) -> c_long>cb_arg: *mut c_charinit: c_intshutdown: c_intflags: c_intretry_reason: c_intnum: c_intptr: *mut c_voidnext_bio: *mut BIOprev_bio: *mut BIOreferences: c_intnum_read: c_ulongnum_write: c_ulongex_data: CRYPTO_EX_DATAAuto Trait Implementations
impl Unpin for BIO
impl !Sync for BIO
impl !Send for BIO
impl UnwindSafe for BIO
impl RefUnwindSafe for BIO
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,