Type Alias leptonica_sys::FPIX

source ·
pub type FPIX = FPix;

Aliased Type§

struct FPIX {
    pub w: i32,
    pub h: i32,
    pub wpl: i32,
    pub refcount: u32,
    pub xres: i32,
    pub yres: i32,
    pub data: *mut f32,
}

Fields§

§w: i32§h: i32§wpl: i32§refcount: u32§xres: i32§yres: i32§data: *mut f32