Type Alias cyclors::ddsrt_avl_ctree_t

source ·
pub type ddsrt_avl_ctree_t = ddsrt_avl_ctree;

Aliased Type§

struct ddsrt_avl_ctree_t {
    pub t: ddsrt_avl_tree,
    pub count: usize,
}

Fields§

§t: ddsrt_avl_tree§count: usize

Trait Implementations§

source§

impl Clone for ddsrt_avl_ctree

source§

fn clone(&self) -> ddsrt_avl_ctree

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ddsrt_avl_ctree

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for ddsrt_avl_ctree