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: DipTrait 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