#[repr(C)]pub struct gcry_thread_cbs { /* private fields */ }
Auto Trait Implementations§
impl Freeze for gcry_thread_cbs
impl RefUnwindSafe for gcry_thread_cbs
impl Send for gcry_thread_cbs
impl Sync for gcry_thread_cbs
impl Unpin for gcry_thread_cbs
impl UnwindSafe for gcry_thread_cbs
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