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 ==.