Type Alias cyclors::ddsrt_avl_ipath_t

source ·
pub type ddsrt_avl_ipath_t = ddsrt_avl_ipath;

Aliased Type§

struct ddsrt_avl_ipath_t {
    pub p: ddsrt_avl_path,
}

Fields§

§p: ddsrt_avl_path

Trait Implementations§

source§

impl Clone for ddsrt_avl_ipath

source§

fn clone(&self) -> ddsrt_avl_ipath

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_ipath

source§

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

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

impl Copy for ddsrt_avl_ipath