#[repr(C)]pub struct tm_state_graph_node_aspect_i {
pub graph_title: Option<unsafe extern "C" fn(*const tm_the_truth_o, tm_tt_id_t, *mut i8, u32) -> *const i8>,
pub spawn_title: Option<unsafe extern "C" fn(*const tm_the_truth_o, u64, *mut i8, u32) -> *const i8>,
pub spawn_category: Option<unsafe extern "C" fn(*const tm_the_truth_o, u64, *mut i8, u32) -> *const i8>,
pub draw: Option<unsafe extern "C" fn(*const tm_the_truth_o, tm_tt_id_t, *mut tm_ui_o, *const tm_ui_style_t, tm_rect_t)>,
}Fields§
§graph_title: Option<unsafe extern "C" fn(*const tm_the_truth_o, tm_tt_id_t, *mut i8, u32) -> *const i8>§spawn_title: Option<unsafe extern "C" fn(*const tm_the_truth_o, u64, *mut i8, u32) -> *const i8>§spawn_category: Option<unsafe extern "C" fn(*const tm_the_truth_o, u64, *mut i8, u32) -> *const i8>§draw: Option<unsafe extern "C" fn(*const tm_the_truth_o, tm_tt_id_t, *mut tm_ui_o, *const tm_ui_style_t, tm_rect_t)>Trait Implementations§
Source§impl Clone for tm_state_graph_node_aspect_i
impl Clone for tm_state_graph_node_aspect_i
Source§fn clone(&self) -> tm_state_graph_node_aspect_i
fn clone(&self) -> tm_state_graph_node_aspect_i
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tm_state_graph_node_aspect_i
Auto Trait Implementations§
impl Freeze for tm_state_graph_node_aspect_i
impl RefUnwindSafe for tm_state_graph_node_aspect_i
impl Send for tm_state_graph_node_aspect_i
impl Sync for tm_state_graph_node_aspect_i
impl Unpin for tm_state_graph_node_aspect_i
impl UnwindSafe for tm_state_graph_node_aspect_i
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