Struct leptonica_sys::L_Rcha
source · #[repr(C)]pub struct L_Rcha {
pub naindex: *mut Numa,
pub nascore: *mut Numa,
pub satext: *mut Sarray,
pub nasample: *mut Numa,
pub naxloc: *mut Numa,
pub nayloc: *mut Numa,
pub nawidth: *mut Numa,
}Fields§
§naindex: *mut Numa§nascore: *mut Numa§satext: *mut Sarray§nasample: *mut Numa§naxloc: *mut Numa§nayloc: *mut Numa§nawidth: *mut NumaTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for L_Rcha
impl !Send for L_Rcha
impl !Sync for L_Rcha
impl Unpin for L_Rcha
impl UnwindSafe for L_Rcha
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