[−][src]Struct tm_sys::ffi::tm_ui_tree_api
Fields
tree: Option<unsafe extern "C" fn(ui: *mut tm_ui_o, uistyle: *const tm_ui_style_t, tree: *const tm_ui_tree_t, state: *mut tm_ui_tree_state_t)>tree_item: Option<unsafe extern "C" fn(ui: *mut tm_ui_o, uistyle: *const tm_ui_style_t, rect: tm_rect_t, state: tm_ui_tree_item_state_t, tree_has_focus: bool, metrics: *const tm_ui_tree_item_metrics_t) -> tm_ui_tree_item_res_t>tree_item_with_sets: Option<unsafe extern "C" fn(ui: *mut tm_ui_o, uistyle: *const tm_ui_style_t, rect: tm_rect_t, key: u64, expanded_set: *mut tm_set_t, selected_set: *mut tm_set_t, tree_has_focus: bool) -> tm_ui_tree_item_res_t>tree_item_with_metrics: Option<unsafe extern "C" fn(ui: *mut tm_ui_o, uistyle: *const tm_ui_style_t, rect: tm_rect_t, key: u64, expanded_set: *mut tm_set_t, selected_set: *mut tm_set_t, tree_has_focus: bool, metrics: *const tm_ui_tree_item_metrics_t) -> tm_ui_tree_item_res_t>Trait Implementations
impl Clone for tm_ui_tree_api[src]
pub fn clone(&self) -> tm_ui_tree_api[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for tm_ui_tree_api[src]
impl Debug for tm_ui_tree_api[src]
Auto Trait Implementations
impl RefUnwindSafe for tm_ui_tree_api
impl Send for tm_ui_tree_api
impl Sync for tm_ui_tree_api
impl Unpin for tm_ui_tree_api
impl UnwindSafe for tm_ui_tree_api
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,