Type Definition style::values::CSSFloat [] [src]

type CSSFloat = f32;

A CSS float value.

Trait Implementations

impl From<CSSFloat> for NonNegativeNumber
[src]

[src]

Performs the conversion.

impl From<NonNegativeNumber> for CSSFloat
[src]

[src]

Performs the conversion.

impl From<CSSFloat> for GreaterThanOrEqualToOneNumber
[src]

[src]

Performs the conversion.

impl From<GreaterThanOrEqualToOneNumber> for CSSFloat
[src]

[src]

Performs the conversion.

impl Mul<CSSFloat> for AbsoluteLength
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Mul<CSSFloat> for NoCalcLength
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Mul<CSSFloat> for Length
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Mul<CSSFloat> for FontRelativeLength
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Mul<CSSFloat> for ViewportPercentageLength
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.