Type Alias zxingcpp::PointI

source ·
pub type PointI = ZXing_PointI;

Aliased Type§

struct PointI {
    pub x: i32,
    pub y: i32,
}

Fields§

§x: i32§y: i32

Trait Implementations§

source§

impl Display for PointI

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more