PxPoint

Type Alias PxPoint 

Source
pub type PxPoint = Point2D<Px, Px>;
Expand description

A point in device pixels.

Aliased Type§

#[repr(C)]
pub struct PxPoint { pub x: Px, pub y: Px, }

Fields§

§x: Px§y: Px