Enum opencv::barcode::BarcodeType
source · #[repr(C)]
pub enum BarcodeType {
NONE,
EAN_8,
EAN_13,
UPC_A,
UPC_E,
UPC_EAN_EXTENSION,
}
Variants
NONE
EAN_8
EAN_13
UPC_A
UPC_E
UPC_EAN_EXTENSION
Trait Implementations
sourceimpl Clone for BarcodeType
impl Clone for BarcodeType
sourcefn clone(&self) -> BarcodeType
fn clone(&self) -> BarcodeType
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 BarcodeType
impl Debug for BarcodeType
sourceimpl PartialEq<BarcodeType> for BarcodeType
impl PartialEq<BarcodeType> for BarcodeType
sourcefn eq(&self, other: &BarcodeType) -> bool
fn eq(&self, other: &BarcodeType) -> bool
impl Copy for BarcodeType
impl Eq for BarcodeType
impl StructuralEq for BarcodeType
impl StructuralPartialEq for BarcodeType
impl VectorElement for BarcodeTypewhere
Vector<BarcodeType>: VectorExtern<BarcodeType>,
Auto Trait Implementations
impl RefUnwindSafe for BarcodeType
impl Send for BarcodeType
impl Sync for BarcodeType
impl Unpin for BarcodeType
impl UnwindSafe for BarcodeType
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