[][src]Struct leptess::capi::L_WShed

#[repr(C)]
pub struct L_WShed {
    pub pixs: *mut Pix,
    pub pixm: *mut Pix,
    pub mindepth: l_int32,
    pub pixlab: *mut Pix,
    pub pixt: *mut Pix,
    pub lines8: *mut *mut c_void,
    pub linem1: *mut *mut c_void,
    pub linelab32: *mut *mut c_void,
    pub linet1: *mut *mut c_void,
    pub pixad: *mut Pixa,
    pub ptas: *mut Pta,
    pub nasi: *mut Numa,
    pub nash: *mut Numa,
    pub namh: *mut Numa,
    pub nalevels: *mut Numa,
    pub nseeds: l_int32,
    pub nother: l_int32,
    pub lut: *mut l_int32,
    pub links: *mut *mut Numa,
    pub arraysize: l_int32,
    pub debug: l_int32,
}

Fields

pixs: *mut Pixpixm: *mut Pixmindepth: l_int32pixlab: *mut Pixpixt: *mut Pixlines8: *mut *mut c_voidlinem1: *mut *mut c_voidlinelab32: *mut *mut c_voidlinet1: *mut *mut c_voidpixad: *mut Pixaptas: *mut Ptanasi: *mut Numanash: *mut Numanamh: *mut Numanalevels: *mut Numanseeds: l_int32nother: l_int32lut: *mut l_int32links: *mut *mut Numaarraysize: l_int32debug: l_int32

Trait Implementations

impl Clone for L_WShed[src]

impl Copy for L_WShed[src]

impl Debug for L_WShed[src]

Auto Trait Implementations

impl !Send for L_WShed

impl Unpin for L_WShed

impl !Sync for L_WShed

impl UnwindSafe for L_WShed

impl RefUnwindSafe for L_WShed

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]