#[repr(C)]pub struct ocb_ctx {}
Auto Trait Implementations§
impl Freeze for ocb_ctx
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