#[repr(C)]pub struct GraphInterpreterDebuggerBreakpointT {
pub breakpoint: TtIdT,
pub subgraph_node: TtIdT,
pub graph_id: TtIdT,
pub subgraph_id: TtIdT,
pub step_node_id: TtIdT,
pub breakpoint_unique_id: u64,
pub subgraph_node_unique_id: u64,
}
Fields§
§breakpoint: TtIdT
§subgraph_node: TtIdT
§graph_id: TtIdT
§subgraph_id: TtIdT
§step_node_id: TtIdT
§breakpoint_unique_id: u64
§subgraph_node_unique_id: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphInterpreterDebuggerBreakpointT
impl RefUnwindSafe for GraphInterpreterDebuggerBreakpointT
impl Send for GraphInterpreterDebuggerBreakpointT
impl Sync for GraphInterpreterDebuggerBreakpointT
impl Unpin for GraphInterpreterDebuggerBreakpointT
impl UnwindSafe for GraphInterpreterDebuggerBreakpointT
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