#[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_452: [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 PropertiesUiArgsT§graph_id: TtIdT§connectors: *mut GraphNodeConnectorsT§in_connected: u32§out_connected: u32§item_rect: RectT§graph_scale: f32§property_panel_mode: bool§show_removed_inherited: bool§_padding_452: [c_char; 2]§expanded: *mut SetT§graph: *mut GraphO§node_id: TtIdT§node_prototype_relation: u32§node_idx: u32§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>§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§
Auto Trait Implementations§
impl Freeze for GraphDrawConnectorsArgsT
impl RefUnwindSafe for GraphDrawConnectorsArgsT
impl !Send for GraphDrawConnectorsArgsT
impl !Sync for GraphDrawConnectorsArgsT
impl Unpin for GraphDrawConnectorsArgsT
impl UnwindSafe for GraphDrawConnectorsArgsT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more