Enum openssl_sys::BIO_POLL_DESCRIPTOR
source · pub enum BIO_POLL_DESCRIPTOR {}
Auto Trait Implementations§
impl Freeze for BIO_POLL_DESCRIPTOR
impl RefUnwindSafe for BIO_POLL_DESCRIPTOR
impl Send for BIO_POLL_DESCRIPTOR
impl Sync for BIO_POLL_DESCRIPTOR
impl Unpin for BIO_POLL_DESCRIPTOR
impl UnwindSafe for BIO_POLL_DESCRIPTOR
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