mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-28 05:12:34 +00:00
many small rustifications
This commit is contained in:
@@ -9,7 +9,7 @@ use std::hash::Hash;
|
||||
*
|
||||
* @author Sean Owen
|
||||
*/
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[derive(Debug, Clone, Copy, Default)]
|
||||
pub struct RXingResultPoint {
|
||||
pub(crate) x: f32,
|
||||
pub(crate) y: f32,
|
||||
|
||||
Reference in New Issue
Block a user