#[repr(C)]pub struct tm_render_graph_module_editor_submenu_i {
pub submenu_name: *const i8,
pub inst: *mut c_void,
pub submenu: Option<unsafe extern "C" fn(*mut c_void, *mut tm_ui_o, *const tm_ui_style_t, tm_vec2_t)>,
}Fields§
§inst: *mut c_voidTrait Implementations§
Source§fn clone(&self) -> tm_render_graph_module_editor_submenu_i
fn clone(&self) -> tm_render_graph_module_editor_submenu_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 moreAuto Trait Implementations§
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