Enum opencv::barcode::BarcodeType
source · #[repr(C)]pub enum BarcodeType {
NONE,
EAN_8,
EAN_13,
UPC_A,
UPC_E,
UPC_EAN_EXTENSION,
}Variants§
Trait Implementations§
source§impl Clone for BarcodeType
impl Clone for BarcodeType
source§fn clone(&self) -> BarcodeType
fn clone(&self) -> BarcodeType
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 BarcodeType
impl Debug for BarcodeType
source§impl PartialEq<BarcodeType> for BarcodeType
impl PartialEq<BarcodeType> for BarcodeType
source§fn eq(&self, other: &BarcodeType) -> bool
fn eq(&self, other: &BarcodeType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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