#[non_exhaustive]pub struct EngineContext { /* private fields */ }Expand description
Per-handler Rust-side state owned through Box::into_raw. The C++
RustHandlerBase keeps a void* to one of these.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EngineContext
impl !Sync for EngineContext
impl !UnwindSafe for EngineContext
impl Freeze for EngineContext
impl Send for EngineContext
impl Unpin for EngineContext
impl UnsafeUnpin for EngineContext
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