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 From<decoder_mode> for i32
impl From<decoder_mode> for i32
source§fn from(v: decoder_mode) -> Self
fn from(v: decoder_mode) -> Self
Converts to this type from the input type.
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 ==
.source§impl TryFrom<i32> for decoder_mode
impl TryFrom<i32> for decoder_mode
impl Copy for decoder_mode
impl Eq for decoder_mode
impl StructuralPartialEq for decoder_mode
Auto Trait Implementations§
impl Freeze for decoder_mode
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