mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
common module and submodules no red
This commit is contained in:
@@ -19,13 +19,13 @@ use crate::aztec::encoder::{AztecCode,Encoder};
|
||||
* @author Sean Owen
|
||||
*/
|
||||
pub struct AztecDetectorResult {
|
||||
super: DetectorResult;
|
||||
//super: DetectorResult;
|
||||
|
||||
let compact: bool;
|
||||
compact: bool,
|
||||
|
||||
let nb_datablocks: i32;
|
||||
nb_datablocks: i32,
|
||||
|
||||
let nb_layers: i32;
|
||||
nb_layers: i32
|
||||
}
|
||||
|
||||
impl DetectorResult for AztecDetectorResult {
|
||||
|
||||
Reference in New Issue
Block a user