#[repr(C)]pub struct tm_asset_preview_api__ui_args_t {
pub tt: *mut tm_the_truth_o,
pub asset: tm_tt_id_t,
pub entity_ctx: *mut tm_entity_context_o,
pub entity: *const tm_entity_t,
pub viewer_render_info: *mut tm_viewer_render_info_t,
pub lighting_environment_settings: *mut tm_lighting_environment_settings_t,
pub tab_id: u64,
pub ui: *mut tm_ui_o,
pub uistyle: *const tm_ui_style_t,
pub content_r: tm_rect_t,
}Fields§
§tt: *mut tm_the_truth_o§asset: tm_tt_id_t§entity_ctx: *mut tm_entity_context_o§entity: *const tm_entity_t§viewer_render_info: *mut tm_viewer_render_info_t§lighting_environment_settings: *mut tm_lighting_environment_settings_t§tab_id: u64§ui: *mut tm_ui_o§uistyle: *const tm_ui_style_t§content_r: tm_rect_tTrait Implementations§
Source§impl Clone for tm_asset_preview_api__ui_args_t
impl Clone for tm_asset_preview_api__ui_args_t
Source§fn clone(&self) -> tm_asset_preview_api__ui_args_t
fn clone(&self) -> tm_asset_preview_api__ui_args_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_asset_preview_api__ui_args_t
Auto Trait Implementations§
impl Freeze for tm_asset_preview_api__ui_args_t
impl RefUnwindSafe for tm_asset_preview_api__ui_args_t
impl !Send for tm_asset_preview_api__ui_args_t
impl !Sync for tm_asset_preview_api__ui_args_t
impl Unpin for tm_asset_preview_api__ui_args_t
impl UnsafeUnpin for tm_asset_preview_api__ui_args_t
impl UnwindSafe for tm_asset_preview_api__ui_args_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