qr_code_multi_reader ported

This commit is contained in:
Henry Schimke
2022-12-01 11:17:23 -06:00
parent 5273136c96
commit 63a10db413
9 changed files with 223 additions and 173 deletions

View File

@@ -22,7 +22,7 @@
*
* @author Sean Owen
*/
#[derive(Eq, PartialEq, Hash, Debug)]
#[derive(Eq, PartialEq, Hash, Debug, Clone)]
pub enum RXingResultMetadataType {
/**
* Unspecified, application-specific metadata. Maps to an unspecified {@link Object}.
@@ -122,7 +122,7 @@ impl From<String> for RXingResultMetadataType {
}
}
#[derive(Debug, PartialEq, Eq)]
#[derive(Debug, PartialEq, Eq, Clone)]
pub enum RXingResultMetadataValue {
/**
* Unspecified, application-specific metadata. Maps to an unspecified {@link Object}.