pub type PxPoint = Point2D<Px, Px>;
Expand description
A point in device pixels.
Aliased Type§
struct PxPoint {
pub x: Px,
pub y: Px,
}
Fields§
§x: Px
§y: Px
Trait Implementations§
source§impl DivAssign<Factor> for PxPoint
impl DivAssign<Factor> for PxPoint
source§fn div_assign(&mut self, rhs: Factor)
fn div_assign(&mut self, rhs: Factor)
Performs the
/=
operation. Read more