#[repr(C)]pub struct tm_properties_aspect_i {
pub custom_ui: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, object: tm_tt_id_t, indent: u32) -> f32>,
pub prototype_asset_picker_type_name: Option<unsafe extern "C" fn(tt: *mut tm_the_truth_o, o: tm_tt_id_t) -> u64>,
pub custom_subobject_ui: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, subobject: tm_tt_id_t, indent: u32) -> f32>,
pub custom_child_ui: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, parent: tm_tt_id_t, child: tm_tt_id_t, indent: u32) -> f32>,
pub get_type_display_name: Option<unsafe extern "C" fn() -> *const c_char>,
pub get_display_name: Option<unsafe extern "C" fn(tt: *const tm_the_truth_o, object: tm_tt_id_t, buffer: *mut c_char, size: u32)>,
}Fields§
§custom_ui: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, object: tm_tt_id_t, indent: u32) -> f32>§prototype_asset_picker_type_name: Option<unsafe extern "C" fn(tt: *mut tm_the_truth_o, o: tm_tt_id_t) -> u64>§custom_subobject_ui: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, subobject: tm_tt_id_t, indent: u32) -> f32>§custom_child_ui: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, parent: tm_tt_id_t, child: tm_tt_id_t, indent: u32) -> f32>§get_type_display_name: Option<unsafe extern "C" fn() -> *const c_char>§get_display_name: Option<unsafe extern "C" fn(tt: *const tm_the_truth_o, object: tm_tt_id_t, buffer: *mut c_char, size: 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 UnsafeUnpin 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