Struct machinery_api::plugins::graph_interpreter::GraphComponentNodeTypeI [−][src]
#[repr(C)]pub struct GraphComponentNodeTypeI { pub super_: GraphNodeTypeI, pub run: Option<unsafe extern "C" fn(ctx: *mut GraphInterpreterContextT)>, pub compile: Option<unsafe extern "C" fn(ctx: *mut GraphInterpreterContextT, compile_ctx: *mut GraphComponentCompileContextT)>, }
Fields
super_: GraphNodeTypeIrun: Option<unsafe extern "C" fn(ctx: *mut GraphInterpreterContextT)>compile: Option<unsafe extern "C" fn(ctx: *mut GraphInterpreterContextT, compile_ctx: *mut GraphComponentCompileContextT)>