pub struct ENGINE { /* private fields */ }Expand description
Collections of vm-engines, can NOT be changed in runtime.
Trait Implementations§
Source§impl Deref for ENGINE
impl Deref for ENGINE
Source§type Target = EngineCtrl
type Target = EngineCtrl
The resulting type after dereferencing.
Source§fn deref(&self) -> &EngineCtrl
fn deref(&self) -> &EngineCtrl
Dereferences the value.
impl LazyStatic for ENGINE
Auto Trait Implementations§
impl Freeze for ENGINE
impl RefUnwindSafe for ENGINE
impl Send for ENGINE
impl Sync for ENGINE
impl Unpin for ENGINE
impl UnwindSafe for ENGINE
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