pub struct CutTrace {
pub cut_at: usize,
pub num_inputargs: usize,
}Expand description
opencoder.py: CutTrace — supports cutting traces at breakpoints for bridge compilation.
Fields§
§cut_at: usizePosition at which the trace was cut.
num_inputargs: usizeNumber of input args at the cut point.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CutTrace
impl RefUnwindSafe for CutTrace
impl Send for CutTrace
impl Sync for CutTrace
impl Unpin for CutTrace
impl UnsafeUnpin for CutTrace
impl UnwindSafe for CutTrace
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