#[repr(C)]pub struct tm_tab_create_context_t {
pub allocator: *mut tm_allocator_i,
pub id: *mut u64,
pub application: *mut tm_application_o,
pub tt: *mut tm_the_truth_o,
pub undo_stack: *mut tm_undo_stack_i,
pub save_interface: *mut tm_asset_save_i,
pub ui_renderer: *mut tm_ui_renderer_o,
}Fields§
§allocator: *mut tm_allocator_i§id: *mut u64§application: *mut tm_application_o§tt: *mut tm_the_truth_o§undo_stack: *mut tm_undo_stack_i§save_interface: *mut tm_asset_save_i§ui_renderer: *mut tm_ui_renderer_oTrait Implementations§
Source§impl Clone for tm_tab_create_context_t
impl Clone for tm_tab_create_context_t
Source§fn clone(&self) -> tm_tab_create_context_t
fn clone(&self) -> tm_tab_create_context_t
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_tab_create_context_t
Auto Trait Implementations§
impl Freeze for tm_tab_create_context_t
impl RefUnwindSafe for tm_tab_create_context_t
impl !Send for tm_tab_create_context_t
impl !Sync for tm_tab_create_context_t
impl Unpin for tm_tab_create_context_t
impl UnwindSafe for tm_tab_create_context_t
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