mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
partial port of rss expanded tests, incomplete
This commit is contained in:
@@ -21,6 +21,7 @@ use crate::RXingResultPoint;
|
||||
/**
|
||||
* Encapsulates an RSS barcode finder pattern, including its start/end position and row.
|
||||
*/
|
||||
#[derive(Clone)]
|
||||
pub struct FinderPattern {
|
||||
value: u32,
|
||||
startEnd: [usize; 2],
|
||||
|
||||
Reference in New Issue
Block a user