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

#[repr(C)]
pub struct GraphDrawConnectorsArgsT {
Show 17 fields pub prop_args: *mut PropertiesUiArgsT, pub graph_id: TtIdT, pub connectors: *mut GraphNodeConnectorsT, pub in_connected: u32, pub out_connected: u32, pub item_rect: RectT, pub graph_scale: f32, pub property_panel_mode: bool, pub show_removed_inherited: bool, pub _padding_439: [c_char; 2], pub expanded: *mut SetT, pub graph: *mut GraphO, pub node_id: TtIdT, pub node_prototype_relation: u32, pub node_idx: u32, pub draw_in_connector_label_and_property: Option<unsafe extern "C" fn(graph: *mut GraphO, node_idx: u32, connector: *mut GraphConnectorT, editable: bool, r: RectT, args: *mut PropertiesUiArgsT) -> RectT>, pub draw_out_connector_label: Option<unsafe extern "C" fn(graph: *mut GraphO, connector: *mut GraphConnectorT, editable: bool, r: RectT, args: *mut PropertiesUiArgsT, alignment: u32) -> RectT>,
}

Fields

prop_args: *mut PropertiesUiArgsTgraph_id: TtIdTconnectors: *mut GraphNodeConnectorsTin_connected: u32out_connected: u32item_rect: RectTgraph_scale: f32property_panel_mode: boolshow_removed_inherited: bool_padding_439: [c_char; 2]expanded: *mut SetTgraph: *mut GraphOnode_id: TtIdTnode_prototype_relation: u32node_idx: u32draw_in_connector_label_and_property: Option<unsafe extern "C" fn(graph: *mut GraphO, node_idx: u32, connector: *mut GraphConnectorT, editable: bool, r: RectT, args: *mut PropertiesUiArgsT) -> RectT>draw_out_connector_label: Option<unsafe extern "C" fn(graph: *mut GraphO, connector: *mut GraphConnectorT, editable: bool, r: RectT, args: *mut PropertiesUiArgsT, alignment: u32) -> RectT>

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.