[][src]Struct leptonica_sys::L_Dewarpa

#[repr(C)]pub struct L_Dewarpa {
    pub nalloc: l_int32,
    pub maxpage: l_int32,
    pub dewarp: *mut *mut L_Dewarp,
    pub dewarpcache: *mut *mut L_Dewarp,
    pub namodels: *mut Numa,
    pub napages: *mut Numa,
    pub redfactor: l_int32,
    pub sampling: l_int32,
    pub minlines: l_int32,
    pub maxdist: l_int32,
    pub max_linecurv: l_int32,
    pub min_diff_linecurv: l_int32,
    pub max_diff_linecurv: l_int32,
    pub max_edgeslope: l_int32,
    pub max_edgecurv: l_int32,
    pub max_diff_edgecurv: l_int32,
    pub useboth: l_int32,
    pub check_columns: l_int32,
    pub modelsready: l_int32,
}

Fields

nalloc: l_int32maxpage: l_int32dewarp: *mut *mut L_Dewarpdewarpcache: *mut *mut L_Dewarpnamodels: *mut Numanapages: *mut Numaredfactor: l_int32sampling: l_int32minlines: l_int32maxdist: l_int32max_linecurv: l_int32min_diff_linecurv: l_int32max_diff_linecurv: l_int32max_edgeslope: l_int32max_edgecurv: l_int32max_diff_edgecurv: l_int32useboth: l_int32check_columns: l_int32modelsready: l_int32

Trait Implementations

impl Clone for L_Dewarpa[src]

impl Copy for L_Dewarpa[src]

impl Debug for L_Dewarpa[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.