pub struct OcrInput { /* private fields */ }Expand description
Input image for OCR analysis. Instances are created using OcrEngine::prepare_input
Auto Trait Implementations§
impl RefUnwindSafe for OcrInput
impl Send for OcrInput
impl Sync for OcrInput
impl Unpin for OcrInput
impl UnwindSafe for OcrInput
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