Type Alias leptonica_sys::L_ASET

source ·
pub type L_ASET = L_Rbtree;

Aliased Type§

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

Fields§

§root: *mut L_Rbtree_Node§keytype: i32