Struct machinery_api::plugins::editor_views::GraphAspectI[][src]

#[repr(C)]
pub struct GraphAspectI { pub node_interface_name: *const c_char, pub io_type_interface_name: *const c_char, pub graph_object: Option<unsafe extern "C" fn(tt: *const TheTruthO, root_object: TtIdT) -> TtIdT>, pub subgraph_type_hash: StrhashT, }

Fields

node_interface_name: *const c_chario_type_interface_name: *const c_chargraph_object: Option<unsafe extern "C" fn(tt: *const TheTruthO, root_object: TtIdT) -> TtIdT>subgraph_type_hash: StrhashT

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.