#[repr(C)]pub struct GraphInterpreterDebuggerKnownGraphT {
pub graph_id: TtIdT,
pub instance_id: u64,
pub instance_graph: TtIdT,
pub associated_type: GraphInterpreterDebuggerKnownType,
pub _padding_156: [c_char; 4],
}
Fields§
§graph_id: TtIdT
§instance_id: u64
§instance_graph: TtIdT
§associated_type: GraphInterpreterDebuggerKnownType
§_padding_156: [c_char; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphInterpreterDebuggerKnownGraphT
impl RefUnwindSafe for GraphInterpreterDebuggerKnownGraphT
impl Send for GraphInterpreterDebuggerKnownGraphT
impl Sync for GraphInterpreterDebuggerKnownGraphT
impl Unpin for GraphInterpreterDebuggerKnownGraphT
impl UnwindSafe for GraphInterpreterDebuggerKnownGraphT
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