Struct leptonica_sys::L_Rdid[][src]

#[repr(C)]
pub struct L_Rdid {
Show fields 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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.