Enum openssl_sys::bio_st
source · pub enum bio_st {}
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