#[repr(i32)]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 duplicate 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§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