[][src]Struct leptonica_sys::PixTiling

#[repr(C)]pub struct PixTiling {
    pub pix: *mut Pix,
    pub nx: l_int32,
    pub ny: l_int32,
    pub w: l_int32,
    pub h: l_int32,
    pub xoverlap: l_int32,
    pub yoverlap: l_int32,
    pub strip: l_int32,
}

Fields

pix: *mut Pixnx: l_int32ny: l_int32w: l_int32h: l_int32xoverlap: l_int32yoverlap: l_int32strip: l_int32

Trait Implementations

impl Clone for PixTiling[src]

impl Copy for PixTiling[src]

impl Debug for PixTiling[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.