mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
port encoder context and associated
This commit is contained in:
@@ -23,7 +23,7 @@ use crate::Exceptions;
|
||||
/**
|
||||
* Simply encapsulates a width and height.
|
||||
*/
|
||||
#[derive(Eq, PartialEq, Hash)]
|
||||
#[derive(Eq, PartialEq, Hash, Copy, Clone)]
|
||||
pub struct Dimension(usize, usize);
|
||||
|
||||
impl Dimension {
|
||||
|
||||
Reference in New Issue
Block a user