#[repr(C)]pub struct tm_state_graph_node_aspect_i {
pub graph_title: Option<unsafe extern "C" fn(tt: *const tm_the_truth_o, id: tm_tt_id_t, buffer: *mut c_char, size: u32) -> *const c_char>,
pub spawn_title: Option<unsafe extern "C" fn(tt: *const tm_the_truth_o, type_: u64, buffer: *mut c_char, size: u32) -> *const c_char>,
pub spawn_category: Option<unsafe extern "C" fn(tt: *const tm_the_truth_o, type_: u64, buffer: *mut c_char, size: u32) -> *const c_char>,
pub draw: Option<unsafe extern "C" fn(tt: *const tm_the_truth_o, id: tm_tt_id_t, ui: *mut tm_ui_o, uistyle: *const tm_ui_style_t, rect: tm_rect_t)>,
}Fields§
§graph_title: Option<unsafe extern "C" fn(tt: *const tm_the_truth_o, id: tm_tt_id_t, buffer: *mut c_char, size: u32) -> *const c_char>§spawn_title: Option<unsafe extern "C" fn(tt: *const tm_the_truth_o, type_: u64, buffer: *mut c_char, size: u32) -> *const c_char>§spawn_category: Option<unsafe extern "C" fn(tt: *const tm_the_truth_o, type_: u64, buffer: *mut c_char, size: u32) -> *const c_char>§draw: Option<unsafe extern "C" fn(tt: *const tm_the_truth_o, id: tm_tt_id_t, ui: *mut tm_ui_o, uistyle: *const tm_ui_style_t, rect: 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