Point

Type Alias Point 

Source
pub type Point = Point2<u32>;
Expand description

Point type.

Aliased Type§

#[repr(C)]
pub struct Point { pub x: u32, pub y: u32, }

Fields§

§x: u32§y: u32