[][src]Struct leptonica_sys::L_Dewarp

#[repr(C)]pub struct L_Dewarp {
    pub dewa: *mut L_Dewarpa,
    pub pixs: *mut Pix,
    pub sampvdispar: *mut FPix,
    pub samphdispar: *mut FPix,
    pub sampydispar: *mut FPix,
    pub fullvdispar: *mut FPix,
    pub fullhdispar: *mut FPix,
    pub fullydispar: *mut FPix,
    pub namidys: *mut Numa,
    pub nacurves: *mut Numa,
    pub w: l_int32,
    pub h: l_int32,
    pub pageno: l_int32,
    pub sampling: l_int32,
    pub redfactor: l_int32,
    pub minlines: l_int32,
    pub nlines: l_int32,
    pub mincurv: l_int32,
    pub maxcurv: l_int32,
    pub leftslope: l_int32,
    pub rightslope: l_int32,
    pub leftcurv: l_int32,
    pub rightcurv: l_int32,
    pub nx: l_int32,
    pub ny: l_int32,
    pub hasref: l_int32,
    pub refpage: l_int32,
    pub vsuccess: l_int32,
    pub hsuccess: l_int32,
    pub ysuccess: l_int32,
    pub vvalid: l_int32,
    pub hvalid: l_int32,
    pub skip_horiz: l_int32,
    pub debug: l_int32,
}

Fields

dewa: *mut L_Dewarpapixs: *mut Pixsampvdispar: *mut FPixsamphdispar: *mut FPixsampydispar: *mut FPixfullvdispar: *mut FPixfullhdispar: *mut FPixfullydispar: *mut FPixnamidys: *mut Numanacurves: *mut Numaw: l_int32h: l_int32pageno: l_int32sampling: l_int32redfactor: l_int32minlines: l_int32nlines: l_int32mincurv: l_int32maxcurv: l_int32leftslope: l_int32rightslope: l_int32leftcurv: l_int32rightcurv: l_int32nx: l_int32ny: l_int32hasref: l_int32refpage: l_int32vsuccess: l_int32hsuccess: l_int32ysuccess: l_int32vvalid: l_int32hvalid: l_int32skip_horiz: l_int32debug: l_int32

Trait Implementations

impl Clone for L_Dewarp[src]

impl Copy for L_Dewarp[src]

impl Debug for L_Dewarp[src]

Auto Trait Implementations

impl RefUnwindSafe for L_Dewarp

impl !Send for L_Dewarp

impl !Sync for L_Dewarp

impl Unpin for L_Dewarp

impl UnwindSafe for L_Dewarp

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.