Type Alias zng_layout::unit::DipPoint
source · pub type DipPoint = Point2D<Dip, Dip>;
Expand description
A point in device independent pixels.
Aliased Type§
struct DipPoint {
pub x: Dip,
pub y: Dip,
}
Fields§
§x: Dip
§y: Dip
Trait Implementations§
source§impl DivAssign<Factor2d> for DipPoint
impl DivAssign<Factor2d> for DipPoint
source§fn div_assign(&mut self, rhs: Factor2d)
fn div_assign(&mut self, rhs: Factor2d)
Performs the
/=
operation. Read moresource§impl MulAssign<Factor2d> for DipPoint
impl MulAssign<Factor2d> for DipPoint
source§fn mul_assign(&mut self, rhs: Factor2d)
fn mul_assign(&mut self, rhs: Factor2d)
Performs the
*=
operation. Read more