Type Alias leptonica_sys::L_DNA

source ·
pub type L_DNA = L_Dna;

Aliased Type§

struct L_DNA {
    pub nalloc: i32,
    pub n: i32,
    pub refcount: i32,
    pub startx: f64,
    pub delx: f64,
    pub array: *mut f64,
}

Fields§

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