Struct leptonica_sys::L_Rch
source · #[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_int32§score: l_float32§text: *mut c_char§sample: l_int32§xloc: l_int32§yloc: l_int32§width: l_int32Trait Implementations§
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more