[][src]Struct leptonica_sys::L_Rch

#[repr(C)]pub struct L_Rch {
    pub index: l_int32,
    pub score: l_float32,
    pub text: *mut c_char,
    pub sample: l_int32,
    pub xloc: l_int32,
    pub yloc: l_int32,
    pub width: l_int32,
}

Fields

index: l_int32score: l_float32text: *mut c_charsample: l_int32xloc: l_int32yloc: l_int32width: l_int32

Trait Implementations

impl Clone for L_Rch[src]

impl Copy for L_Rch[src]

impl Debug for L_Rch[src]

Auto Trait Implementations

impl RefUnwindSafe for L_Rch

impl !Send for L_Rch

impl !Sync for L_Rch

impl Unpin for L_Rch

impl UnwindSafe for L_Rch

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.