Struct leptonica_sys::L_Dewarp

source ·
#[repr(C)]
pub struct L_Dewarp {
Show 34 fields 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_Dewarpa§pixs: *mut Pix§sampvdispar: *mut FPix§samphdispar: *mut FPix§sampydispar: *mut FPix§fullvdispar: *mut FPix§fullhdispar: *mut FPix§fullydispar: *mut FPix§namidys: *mut Numa§nacurves: *mut Numa§w: l_int32§h: l_int32§pageno: l_int32§sampling: l_int32§redfactor: l_int32§minlines: l_int32§nlines: l_int32§mincurv: l_int32§maxcurv: l_int32§leftslope: l_int32§rightslope: l_int32§leftcurv: l_int32§rightcurv: l_int32§nx: l_int32§ny: l_int32§hasref: l_int32§refpage: l_int32§vsuccess: l_int32§hsuccess: l_int32§ysuccess: l_int32§vvalid: l_int32§hvalid: l_int32§skip_horiz: l_int32§debug: l_int32

Trait Implementations§

source§

impl Clone for L_Dewarp

source§

fn clone(&self) -> L_Dewarp

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for L_Dewarp

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for L_Dewarp

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.