Skip to main content

TPoint

Type Alias TPoint 

Source
pub type TPoint = Vector2D<TSize>;
Expand description

Point/Coordinate inside a terminal

Aliased Type§

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

Fields§

§x: u16§y: u16