#[repr(C)]pub struct FuncCtx { /* private fields */ }Expand description
Represents a function context. It is used by imported functions only.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuncCtx
impl !RefUnwindSafe for FuncCtx
impl !Send for FuncCtx
impl !Sync for FuncCtx
impl Unpin for FuncCtx
impl !UnwindSafe for FuncCtx
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