[][src]Struct leptess::capi::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: i32,
    pub h: i32,
    pub pageno: i32,
    pub sampling: i32,
    pub redfactor: i32,
    pub minlines: i32,
    pub nlines: i32,
    pub mincurv: i32,
    pub maxcurv: i32,
    pub leftslope: i32,
    pub rightslope: i32,
    pub leftcurv: i32,
    pub rightcurv: i32,
    pub nx: i32,
    pub ny: i32,
    pub hasref: i32,
    pub refpage: i32,
    pub vsuccess: i32,
    pub hsuccess: i32,
    pub ysuccess: i32,
    pub vvalid: i32,
    pub hvalid: i32,
    pub skip_horiz: i32,
    pub debug: i32,
}

Fields

dewa: *mut L_Dewarpapixs: *mut Pixsampvdispar: *mut FPixsamphdispar: *mut FPixsampydispar: *mut FPixfullvdispar: *mut FPixfullhdispar: *mut FPixfullydispar: *mut FPixnamidys: *mut Numanacurves: *mut Numaw: i32h: i32pageno: i32sampling: i32redfactor: i32minlines: i32nlines: i32mincurv: i32maxcurv: i32leftslope: i32rightslope: i32leftcurv: i32rightcurv: i32nx: i32ny: i32hasref: i32refpage: i32vsuccess: i32hsuccess: i32ysuccess: i32vvalid: i32hvalid: i32skip_horiz: i32debug: i32

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.