Enum opencv::text::decoder_mode
source · #[repr(C)]pub enum decoder_mode {
OCR_DECODER_VITERBI = 0,
}Variants§
OCR_DECODER_VITERBI = 0
Trait Implementations§
source§impl Clone for decoder_mode
impl Clone for decoder_mode
source§fn clone(&self) -> decoder_mode
fn clone(&self) -> decoder_mode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for decoder_mode
impl Debug for decoder_mode
source§impl PartialEq for decoder_mode
impl PartialEq for decoder_mode
source§fn eq(&self, other: &decoder_mode) -> bool
fn eq(&self, other: &decoder_mode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for decoder_mode
impl Eq for decoder_mode
impl StructuralEq for decoder_mode
impl StructuralPartialEq for decoder_mode
Auto Trait Implementations§
impl RefUnwindSafe for decoder_mode
impl Send for decoder_mode
impl Sync for decoder_mode
impl Unpin for decoder_mode
impl UnwindSafe for decoder_mode
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