#[repr(C)]pub struct dm_config_tree {
pub root: *mut dm_config_node,
pub cascade: *mut dm_config_tree,
pub mem: *mut dm_pool,
pub custom: *mut c_void,
}
Fields§
§root: *mut dm_config_node
§cascade: *mut dm_config_tree
§mem: *mut dm_pool
§custom: *mut c_void
Trait Implementations§
Source§impl Clone for dm_config_tree
impl Clone for dm_config_tree
Source§fn clone(&self) -> dm_config_tree
fn clone(&self) -> dm_config_tree
Returns a copy 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 moreSource§impl Debug for dm_config_tree
impl Debug for dm_config_tree
impl Copy for dm_config_tree
Auto Trait Implementations§
impl Freeze for dm_config_tree
impl RefUnwindSafe for dm_config_tree
impl !Send for dm_config_tree
impl !Sync for dm_config_tree
impl Unpin for dm_config_tree
impl UnwindSafe for dm_config_tree
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