Type Alias leptonica_sys::BOX

source ·
pub type BOX = Box;

Aliased Type§

struct BOX {
    pub x: i32,
    pub y: i32,
    pub w: i32,
    pub h: i32,
    pub refcount: u32,
}

Fields§

§x: i32§y: i32§w: i32§h: i32§refcount: u32