pub type DipPoint = Point2D<Dip, Dip>;Expand description
A point in device independent pixels.
Aliased Type§
#[repr(C)]pub struct DipPoint {
pub x: Dip,
pub y: Dip,
}Fields§
§x: Dip§y: Dippub type DipPoint = Point2D<Dip, Dip>;A point in device independent pixels.
#[repr(C)]pub struct DipPoint {
pub x: Dip,
pub y: Dip,
}x: Dip§y: Dip