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