Type Alias leptonica_sys::JBDATA

source ·
pub type JBDATA = JbData;

Aliased Type§

struct JBDATA {
    pub pix: *mut Pix,
    pub npages: i32,
    pub w: i32,
    pub h: i32,
    pub nclass: i32,
    pub latticew: i32,
    pub latticeh: i32,
    pub naclass: *mut Numa,
    pub napage: *mut Numa,
    pub ptaul: *mut Pta,
}

Fields§

§pix: *mut Pix§npages: i32§w: i32§h: i32§nclass: i32§latticew: i32§latticeh: i32§naclass: *mut Numa§napage: *mut Numa§ptaul: *mut Pta