#[repr(C)]pub struct AetherLimits {
pub max_steps: c_int,
pub max_recursion_depth: c_int,
pub max_duration_ms: c_int,
}Expand description
Execution limits configuration
Fields§
§max_steps: c_int§max_recursion_depth: c_int§max_duration_ms: c_intAuto Trait Implementations§
impl Freeze for AetherLimits
impl RefUnwindSafe for AetherLimits
impl Send for AetherLimits
impl Sync for AetherLimits
impl Unpin for AetherLimits
impl UnsafeUnpin for AetherLimits
impl UnwindSafe for AetherLimits
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