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

#[repr(C)]
pub struct GraphInterpreterNodeT { pub source: TtIdT, pub unique_id: u64, pub f: GraphInterpreterRunNodeF, pub node_type: *const GraphNodeTypeI, pub dependencies_index: u32, pub wires_index: u32, pub is_pure: bool, pub _padding_106: [c_char; 7], }

Fields

source: TtIdTunique_id: u64f: GraphInterpreterRunNodeFnode_type: *const GraphNodeTypeIdependencies_index: u32wires_index: u32is_pure: bool_padding_106: [c_char; 7]

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.