Struct planar::IdentityTransform [] [src]

pub struct IdentityTransform<T, UnitFrom, W, UnitTo>(_);

Trait Implementations

impl<T: Into<W>, UnitFrom, W, UnitTo> AxisAlignedTransform<T, UnitFrom> for IdentityTransform<T, UnitFrom, W, UnitTo>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl<T: Into<W>, UnitFrom, W, UnitTo> Mul<PosX<T, UnitFrom>> for IdentityTransform<T, UnitFrom, W, UnitTo>
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<T: Into<W>, UnitFrom, W, UnitTo> Mul<PosY<T, UnitFrom>> for IdentityTransform<T, UnitFrom, W, UnitTo>
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<T: Into<W>, UnitFrom, W, UnitTo> Mul<Width<T, UnitFrom>> for IdentityTransform<T, UnitFrom, W, UnitTo>
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<T: Into<W>, UnitFrom, W, UnitTo> Mul<Height<T, UnitFrom>> for IdentityTransform<T, UnitFrom, W, UnitTo>
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<T: Into<W>, UnitFrom, W, UnitTo> Mul<Point<T, UnitFrom>> for IdentityTransform<T, UnitFrom, W, UnitTo>
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<T: Into<W>, UnitFrom, W, UnitTo> Mul<Size<T, UnitFrom>> for IdentityTransform<T, UnitFrom, W, UnitTo>
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<T: Into<W>, UnitFrom, W, UnitTo> Mul<Rect<T, UnitFrom>> for IdentityTransform<T, UnitFrom, W, UnitTo>
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.