Struct nettle_sys::ocb_ctx
source · #[repr(C)]pub struct ocb_ctx {}
Auto Trait Implementations§
impl RefUnwindSafe for ocb_ctx
impl Send for ocb_ctx
impl Sync for ocb_ctx
impl Unpin for ocb_ctx
impl UnwindSafe for ocb_ctx
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