Enum opencv::text::decoder_mode
source · #[repr(C)]
pub enum decoder_mode {
OCR_DECODER_VITERBI,
}Variants
OCR_DECODER_VITERBI
Trait Implementations
sourceimpl Clone for decoder_mode
impl Clone for decoder_mode
sourcefn clone(&self) -> decoder_mode
fn clone(&self) -> decoder_mode
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 decoder_mode
impl Debug for decoder_mode
sourceimpl PartialEq<decoder_mode> for decoder_mode
impl PartialEq<decoder_mode> for decoder_mode
sourcefn eq(&self, other: &decoder_mode) -> bool
fn eq(&self, other: &decoder_mode) -> bool
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
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