Type Alias 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