#[repr(C)]pub struct tm_ui_tree_t {
pub ud: *mut c_void,
pub root: u64,
pub item_height: f32,
pub rect: tm_rect_t,
pub _padding_26: [i8; 4],
pub node_ui: Option<unsafe extern "C" fn(*mut tm_ui_o, *const tm_ui_style_t, u64, tm_rect_t, *mut c_void, u64, u64, u64)>,
pub node_children: Option<unsafe extern "C" fn(*mut c_void, u64, *mut u64, u32) -> u32>,
}Fields§
§ud: *mut c_void§root: u64§item_height: f32§rect: tm_rect_t§_padding_26: [i8; 4]§node_ui: Option<unsafe extern "C" fn(*mut tm_ui_o, *const tm_ui_style_t, u64, tm_rect_t, *mut c_void, u64, u64, u64)>§node_children: Option<unsafe extern "C" fn(*mut c_void, u64, *mut u64, u32) -> u32>Trait Implementations§
Source§impl Clone for tm_ui_tree_t
impl Clone for tm_ui_tree_t
Source§fn clone(&self) -> tm_ui_tree_t
fn clone(&self) -> tm_ui_tree_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_ui_tree_t
Auto Trait Implementations§
impl Freeze for tm_ui_tree_t
impl RefUnwindSafe for tm_ui_tree_t
impl !Send for tm_ui_tree_t
impl !Sync for tm_ui_tree_t
impl Unpin for tm_ui_tree_t
impl UnwindSafe for tm_ui_tree_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