pub struct VMConfig {
pub executor_kind: ExecutorKind,
pub threading_kind: ThreadingKind,
pub max_threads: u16,
pub stack_size: u64,
}Fields§
§executor_kind: ExecutorKind§threading_kind: ThreadingKind§max_threads: u16§stack_size: u64Auto Trait Implementations§
impl Freeze for VMConfig
impl RefUnwindSafe for VMConfig
impl Send for VMConfig
impl Sync for VMConfig
impl Unpin for VMConfig
impl UnwindSafe for VMConfig
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