Type Alias rxing::PointU

source ·
pub type PointU = PointT<u32>;

Aliased Type§

struct PointU {
    pub x: u32,
    pub y: u32,
}

Fields§

§x: u32§y: u32

Trait Implementations§

source§

impl From<PointT<f32>> for PointU

source§

fn from(val: Point) -> Self

Converts to this type from the input type.