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)>

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.