Struct tesseract_sys::TessBaseAPI
source · #[repr(C)]pub struct TessBaseAPI { /* private fields */ }Trait Implementations
sourceimpl Clone for TessBaseAPI
impl Clone for TessBaseAPI
sourcefn clone(&self) -> TessBaseAPI
fn clone(&self) -> TessBaseAPI
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TessBaseAPI
impl Debug for TessBaseAPI
impl Copy for TessBaseAPI
Auto Trait Implementations
impl RefUnwindSafe for TessBaseAPI
impl Send for TessBaseAPI
impl Sync for TessBaseAPI
impl Unpin for TessBaseAPI
impl UnwindSafe for TessBaseAPI
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more