[][src]Struct leptess::capi::L_Rdid

#[repr(C)]
pub struct L_Rdid {
    pub pixs: *mut Pix,
    pub counta: *mut *mut l_int32,
    pub delya: *mut *mut l_int32,
    pub narray: l_int32,
    pub size: l_int32,
    pub setwidth: *mut l_int32,
    pub nasum: *mut Numa,
    pub namoment: *mut Numa,
    pub fullarrays: l_int32,
    pub beta: *mut l_float32,
    pub gamma: *mut l_float32,
    pub trellisscore: *mut l_float32,
    pub trellistempl: *mut l_int32,
    pub natempl: *mut Numa,
    pub naxloc: *mut Numa,
    pub nadely: *mut Numa,
    pub nawidth: *mut Numa,
    pub boxa: *mut Boxa,
    pub nascore: *mut Numa,
    pub natempl_r: *mut Numa,
    pub nasample_r: *mut Numa,
    pub naxloc_r: *mut Numa,
    pub nadely_r: *mut Numa,
    pub nawidth_r: *mut Numa,
    pub nascore_r: *mut Numa,
}

Fields

pixs: *mut Pixcounta: *mut *mut l_int32delya: *mut *mut l_int32narray: l_int32size: l_int32setwidth: *mut l_int32nasum: *mut Numanamoment: *mut Numafullarrays: l_int32beta: *mut l_float32gamma: *mut l_float32trellisscore: *mut l_float32trellistempl: *mut l_int32natempl: *mut Numanaxloc: *mut Numanadely: *mut Numanawidth: *mut Numaboxa: *mut Boxanascore: *mut Numanatempl_r: *mut Numanasample_r: *mut Numanaxloc_r: *mut Numanadely_r: *mut Numanawidth_r: *mut Numanascore_r: *mut Numa

Trait Implementations

impl Copy for L_Rdid[src]

impl Clone for L_Rdid[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for L_Rdid[src]

Auto Trait Implementations

impl !Sync for L_Rdid

impl !Send for L_Rdid

impl Unpin for L_Rdid

impl RefUnwindSafe for L_Rdid

impl UnwindSafe for L_Rdid

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]