pub struct OpaqueCtx(pub *mut c_void);Expand description
Type that holds opaque user data handed into FFI functions.
Tuple Fields§
§0: *mut c_voidTrait Implementations§
impl Copy for OpaqueCtx
impl Send for OpaqueCtx
Auto Trait Implementations§
impl Freeze for OpaqueCtx
impl RefUnwindSafe for OpaqueCtx
impl !Sync for OpaqueCtx
impl Unpin for OpaqueCtx
impl UnsafeUnpin for OpaqueCtx
impl UnwindSafe for OpaqueCtx
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