Type Alias leptonica_sys::L_STACK

source ·
pub type L_STACK = L_Stack;

Aliased Type§

struct L_STACK {
    pub nalloc: i32,
    pub n: i32,
    pub array: *mut *mut c_void,
    pub auxstack: *mut L_Stack,
}

Fields§

§nalloc: i32§n: i32§array: *mut *mut c_void§auxstack: *mut L_Stack