pub struct Debug {
pub opcodes_executed: usize,
pub call_depth: usize,
pub max_call_depth: usize,
pub max_stack_offset: usize,
}Fields§
§opcodes_executed: usize§call_depth: usize§max_call_depth: usize§max_stack_offset: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Debug
impl RefUnwindSafe for Debug
impl Send for Debug
impl Sync for Debug
impl Unpin for Debug
impl UnwindSafe for Debug
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