PointU8

Type Alias PointU8 

Source
pub type PointU8 = Point2<u8>;
Expand description

2D Point with u8 component

Aliased Type§

pub struct PointU8 {
    pub x: u8,
    pub y: u8,
}

Fields§

§x: u8§y: u8