Type Alias leptonica_sys::L_RBTREE

source ·
pub type L_RBTREE = L_Rbtree;

Aliased Type§

struct L_RBTREE {
    pub root: *mut L_Rbtree_Node,
    pub keytype: i32,
}

Fields§

§root: *mut L_Rbtree_Node§keytype: i32