Type Alias leptonica_sys::NUMA

source ·
pub type NUMA = Numa;

Aliased Type§

struct NUMA {
    pub nalloc: i32,
    pub n: i32,
    pub refcount: i32,
    pub startx: f32,
    pub delx: f32,
    pub array: *mut f32,
}

Fields§

§nalloc: i32§n: i32§refcount: i32§startx: f32§delx: f32§array: *mut f32