#[repr(C)]pub struct tm_properties_aspect_i {
pub custom_ui: Option<unsafe extern "C" fn(*mut tm_properties_ui_args_t, tm_rect_t, tm_tt_id_t, u32) -> f32>,
pub prototype_asset_picker_type_name: Option<unsafe extern "C" fn(*mut tm_the_truth_o, tm_tt_id_t) -> u64>,
pub custom_subobject_ui: Option<unsafe extern "C" fn(*mut tm_properties_ui_args_t, tm_rect_t, *const i8, *const i8, tm_tt_id_t, u32) -> f32>,
pub custom_child_ui: Option<unsafe extern "C" fn(*mut tm_properties_ui_args_t, tm_rect_t, tm_tt_id_t, tm_tt_id_t, u32) -> f32>,
pub get_type_display_name: Option<unsafe extern "C" fn() -> *const i8>,
pub get_display_name: Option<unsafe extern "C" fn(*const tm_the_truth_o, tm_tt_id_t, *mut i8, u32)>,
}Fields§
§custom_ui: Option<unsafe extern "C" fn(*mut tm_properties_ui_args_t, tm_rect_t, tm_tt_id_t, u32) -> f32>§prototype_asset_picker_type_name: Option<unsafe extern "C" fn(*mut tm_the_truth_o, tm_tt_id_t) -> u64>§custom_subobject_ui: Option<unsafe extern "C" fn(*mut tm_properties_ui_args_t, tm_rect_t, *const i8, *const i8, tm_tt_id_t, u32) -> f32>§custom_child_ui: Option<unsafe extern "C" fn(*mut tm_properties_ui_args_t, tm_rect_t, tm_tt_id_t, tm_tt_id_t, u32) -> f32>§get_type_display_name: Option<unsafe extern "C" fn() -> *const i8>§get_display_name: Option<unsafe extern "C" fn(*const tm_the_truth_o, tm_tt_id_t, *mut i8, u32)>Trait Implementations§
Source§impl Clone for tm_properties_aspect_i
impl Clone for tm_properties_aspect_i
Source§fn clone(&self) -> tm_properties_aspect_i
fn clone(&self) -> tm_properties_aspect_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 moreimpl Copy for tm_properties_aspect_i
Auto Trait Implementations§
impl Freeze for tm_properties_aspect_i
impl RefUnwindSafe for tm_properties_aspect_i
impl Send for tm_properties_aspect_i
impl Sync for tm_properties_aspect_i
impl Unpin for tm_properties_aspect_i
impl UnwindSafe for tm_properties_aspect_i
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