coda_bar reader passes

This commit is contained in:
Henry Schimke
2022-12-03 11:43:27 -06:00
parent 419f573f5d
commit 34e2473a5d
13 changed files with 1020 additions and 823 deletions

View File

@@ -134,6 +134,10 @@ impl RXingResult {
return &self.resultPoints;
}
pub fn getRXingResultPointsMut(&mut self) -> &mut Vec<RXingResultPoint> {
&mut self.resultPoints
}
/**
* @return {@link BarcodeFormat} representing the format of the barcode that was decoded
*/