Struct machinery_api::plugins::graph_interpreter::GraphInterpreterDebuggerKnownGraphT[][src]

#[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: TtIdTinstance_id: u64instance_graph: TtIdTassociated_type: GraphInterpreterDebuggerKnownType_padding_156: [c_char; 4]

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.