Skip to main content

PointU16

Type Alias PointU16 

Source
pub type PointU16 = Point<u16>;
Available on crate feature tui only.

Aliased Type§

pub struct PointU16 {
    pub x: u16,
    pub y: u16,
}

Fields§

§x: u16§y: u16