#[repr(C)]pub struct ddsrt_avl_tree {
pub root: *mut ddsrt_avl_node_t,
}
Fields§
§root: *mut ddsrt_avl_node_t
Trait Implementations§
Source§impl Clone for ddsrt_avl_tree
impl Clone for ddsrt_avl_tree
Source§fn clone(&self) -> ddsrt_avl_tree
fn clone(&self) -> ddsrt_avl_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 ddsrt_avl_tree
impl Debug for ddsrt_avl_tree
impl Copy for ddsrt_avl_tree
Auto Trait Implementations§
impl Freeze for ddsrt_avl_tree
impl RefUnwindSafe for ddsrt_avl_tree
impl !Send for ddsrt_avl_tree
impl !Sync for ddsrt_avl_tree
impl Unpin for ddsrt_avl_tree
impl UnwindSafe for ddsrt_avl_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