#[repr(C)]pub struct tm_asset_io_import {
pub allocator: *mut tm_allocator_i,
pub tt: *mut tm_the_truth_o,
pub reimport_into: tm_tt_id_t,
pub target_dir: tm_tt_id_t,
pub asset_root: tm_tt_id_t,
pub ui: *mut tm_ui_o,
pub asset_browser: tm_tt_id_t,
pub asset_browser_version_at_start: u64,
pub undo_scope: tm_tt_undo_scope_t,
}Fields§
§allocator: *mut tm_allocator_i§tt: *mut tm_the_truth_o§reimport_into: tm_tt_id_t§target_dir: tm_tt_id_t§asset_root: tm_tt_id_t§ui: *mut tm_ui_o§asset_browser: tm_tt_id_t§asset_browser_version_at_start: u64§undo_scope: tm_tt_undo_scope_tTrait Implementations§
Source§impl Clone for tm_asset_io_import
impl Clone for tm_asset_io_import
Source§fn clone(&self) -> tm_asset_io_import
fn clone(&self) -> tm_asset_io_import
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_asset_io_import
Auto Trait Implementations§
impl Freeze for tm_asset_io_import
impl RefUnwindSafe for tm_asset_io_import
impl !Send for tm_asset_io_import
impl !Sync for tm_asset_io_import
impl Unpin for tm_asset_io_import
impl UnsafeUnpin for tm_asset_io_import
impl UnwindSafe for tm_asset_io_import
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