Enum openssl_sys::BIO_METHOD
pub enum BIO_METHOD {}
The portability is definied by:
#[cfg(all(any(ossl110, libressl280), not(any())))]
Auto Trait Implementations
impl RefUnwindSafe for BIO_METHOD
impl Send for BIO_METHOD
impl Sync for BIO_METHOD
impl Unpin for BIO_METHOD
impl UnwindSafe for BIO_METHOD
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T