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 more