[][src]Struct leptess::capi::L_Dewarpa

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

Fields

nalloc: i32maxpage: i32dewarp: *mut *mut L_Dewarpdewarpcache: *mut *mut L_Dewarpnamodels: *mut Numanapages: *mut Numaredfactor: i32sampling: i32minlines: i32maxdist: i32max_linecurv: i32min_diff_linecurv: i32max_diff_linecurv: i32max_edgeslope: i32max_edgecurv: i32max_diff_edgecurv: i32useboth: i32check_columns: i32modelsready: i32

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.