pub struct DebugSession<'a> {
pub trace: TraceLog,
/* private fields */
}Fields§
§trace: TraceLogImplementations§
Source§impl<'a> DebugSession<'a>
impl<'a> DebugSession<'a>
Trait Implementations§
Source§impl ExecObserver for DebugSession<'_>
impl ExecObserver for DebugSession<'_>
fn on_lane_step( &mut self, step: u64, barrier_gen: u64, actor: WorkItemId, op: &Op, regs: &BTreeMap<String, i64>, ) -> Result<DebugAction>
fn on_barrier(&mut self, barrier_gen: u64) -> Result<()>
Auto Trait Implementations§
impl<'a> Freeze for DebugSession<'a>
impl<'a> RefUnwindSafe for DebugSession<'a>
impl<'a> Send for DebugSession<'a>
impl<'a> Sync for DebugSession<'a>
impl<'a> Unpin for DebugSession<'a>
impl<'a> UnsafeUnpin for DebugSession<'a>
impl<'a> UnwindSafe for DebugSession<'a>
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