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