Struct machinery_api::plugins::creation_graph::CreationGraphInterpreterContextT[][src]

#[repr(C)]
pub struct CreationGraphInterpreterContextT { pub instance: *mut CreationGraphInstanceT, pub node: u32, pub _padding_53: [c_char; 4], pub graph_id: TtIdT, pub node_id: TtIdT, pub node_type: *const GraphNodeTypeI, pub wires: *const u32, }

Fields

instance: *mut CreationGraphInstanceTnode: u32_padding_53: [c_char; 4]graph_id: TtIdTnode_id: TtIdTnode_type: *const GraphNodeTypeIwires: *const u32

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.