#[repr(C)]pub struct tm_dcc_asset_component_api {
pub create_truth_types: Option<unsafe extern "C" fn(*mut tm_the_truth_o)>,
pub create: Option<unsafe extern "C" fn(*mut tm_entity_context_o)>,
pub set_component_dcc_asset: Option<unsafe extern "C" fn(*mut c_void, tm_tt_id_t)>,
pub create_dcc_asset_scene_manager: Option<unsafe extern "C" fn(*mut tm_allocator_i)>,
pub update_dcc_asset_scene_manager: Option<unsafe extern "C" fn()>,
pub destroy_dcc_asset_scene_manager: Option<unsafe extern "C" fn()>,
pub set_the_truth: Option<unsafe extern "C" fn(*mut tm_the_truth_o)>,
pub animation_scrubber_ui: Option<unsafe extern "C" fn(*mut tm_the_truth_o, tm_tt_id_t, *mut tm_entity_context_o, *const tm_entity_t, *mut tm_animation_player_playing_o, u64, *mut tm_ui_o, *const tm_ui_style_t, tm_rect_t, u32)>,
}Fields§
§create_truth_types: Option<unsafe extern "C" fn(*mut tm_the_truth_o)>§create: Option<unsafe extern "C" fn(*mut tm_entity_context_o)>§set_component_dcc_asset: Option<unsafe extern "C" fn(*mut c_void, tm_tt_id_t)>§create_dcc_asset_scene_manager: Option<unsafe extern "C" fn(*mut tm_allocator_i)>§update_dcc_asset_scene_manager: Option<unsafe extern "C" fn()>§destroy_dcc_asset_scene_manager: Option<unsafe extern "C" fn()>§set_the_truth: Option<unsafe extern "C" fn(*mut tm_the_truth_o)>§animation_scrubber_ui: Option<unsafe extern "C" fn(*mut tm_the_truth_o, tm_tt_id_t, *mut tm_entity_context_o, *const tm_entity_t, *mut tm_animation_player_playing_o, u64, *mut tm_ui_o, *const tm_ui_style_t, tm_rect_t, u32)>Trait Implementations§
Source§impl Clone for tm_dcc_asset_component_api
impl Clone for tm_dcc_asset_component_api
Source§fn clone(&self) -> tm_dcc_asset_component_api
fn clone(&self) -> tm_dcc_asset_component_api
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_dcc_asset_component_api
Auto Trait Implementations§
impl Freeze for tm_dcc_asset_component_api
impl RefUnwindSafe for tm_dcc_asset_component_api
impl Send for tm_dcc_asset_component_api
impl Sync for tm_dcc_asset_component_api
impl Unpin for tm_dcc_asset_component_api
impl UnwindSafe for tm_dcc_asset_component_api
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