Struct wasmtime_runtime::InstanceLimits [−][src]
Expand description
Represents the limits placed on instances by the pooling instance allocator.
Fields
count: u32The maximum number of concurrent instances supported.
memory_reservation_size: u64The maximum size, in bytes, of host address space to reserve for each linear memory of an instance.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InstanceLimitsimpl Send for InstanceLimitsimpl Sync for InstanceLimitsimpl Unpin for InstanceLimitsimpl UnwindSafe for InstanceLimitsBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V