#[repr(C)]pub struct wxd_DataViewTreeModel_Callbacks {
pub userdata: *mut c_void,
pub userdata_free: wxd_dataview_tree_model_userdata_free_fn,
pub get_parent: wxd_dataview_tree_model_get_parent_fn,
pub is_container: wxd_dataview_tree_model_is_container_fn,
pub get_children: wxd_dataview_tree_model_get_children_fn,
pub free_children: wxd_dataview_tree_model_free_children_fn,
pub get_value: wxd_dataview_tree_model_get_value_fn,
pub set_value: wxd_dataview_tree_model_set_value_fn,
pub is_enabled: wxd_dataview_tree_model_is_enabled_fn,
pub compare: wxd_dataview_tree_model_compare_fn,
}Fields§
§userdata: *mut c_void§userdata_free: wxd_dataview_tree_model_userdata_free_fn§get_parent: wxd_dataview_tree_model_get_parent_fn§is_container: wxd_dataview_tree_model_is_container_fn§get_children: wxd_dataview_tree_model_get_children_fn§free_children: wxd_dataview_tree_model_free_children_fn§get_value: wxd_dataview_tree_model_get_value_fn§set_value: wxd_dataview_tree_model_set_value_fn§is_enabled: wxd_dataview_tree_model_is_enabled_fn§compare: wxd_dataview_tree_model_compare_fnTrait Implementations§
Source§impl Clone for wxd_DataViewTreeModel_Callbacks
impl Clone for wxd_DataViewTreeModel_Callbacks
Source§fn clone(&self) -> wxd_DataViewTreeModel_Callbacks
fn clone(&self) -> wxd_DataViewTreeModel_Callbacks
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 wxd_DataViewTreeModel_Callbacks
Auto Trait Implementations§
impl Freeze for wxd_DataViewTreeModel_Callbacks
impl RefUnwindSafe for wxd_DataViewTreeModel_Callbacks
impl !Send for wxd_DataViewTreeModel_Callbacks
impl !Sync for wxd_DataViewTreeModel_Callbacks
impl Unpin for wxd_DataViewTreeModel_Callbacks
impl UnsafeUnpin for wxd_DataViewTreeModel_Callbacks
impl UnwindSafe for wxd_DataViewTreeModel_Callbacks
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