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]