Type Definition style::values::CSSFloat
[−]
[src]
type CSSFloat = f32;
A CSS float value.
Trait Implementations
impl From<CSSFloat> for NonNegativeNumber[src]
fn from(number: CSSFloat) -> NonNegativeNumber[src]
Performs the conversion.
impl From<NonNegativeNumber> for CSSFloat[src]
fn from(number: NonNegativeNumber) -> CSSFloat[src]
Performs the conversion.
impl From<CSSFloat> for GreaterThanOrEqualToOneNumber[src]
fn from(number: CSSFloat) -> GreaterThanOrEqualToOneNumber[src]
Performs the conversion.
impl From<GreaterThanOrEqualToOneNumber> for CSSFloat[src]
fn from(number: GreaterThanOrEqualToOneNumber) -> CSSFloat[src]
Performs the conversion.
impl Mul<CSSFloat> for AbsoluteLength[src]
type Output = AbsoluteLength
The resulting type after applying the * operator.
fn mul(self, scalar: CSSFloat) -> AbsoluteLength[src]
Performs the * operation.
impl Mul<CSSFloat> for NoCalcLength[src]
type Output = NoCalcLength
The resulting type after applying the * operator.
fn mul(self, scalar: CSSFloat) -> NoCalcLength[src]
Performs the * operation.
impl Mul<CSSFloat> for Length[src]
type Output = Length
The resulting type after applying the * operator.
fn mul(self, scalar: CSSFloat) -> Length[src]
Performs the * operation.
impl Mul<CSSFloat> for FontRelativeLength[src]
type Output = FontRelativeLength
The resulting type after applying the * operator.
fn mul(self, scalar: CSSFloat) -> FontRelativeLength[src]
Performs the * operation.
impl Mul<CSSFloat> for ViewportPercentageLength[src]
type Output = ViewportPercentageLength
The resulting type after applying the * operator.
fn mul(self, scalar: CSSFloat) -> ViewportPercentageLength[src]
Performs the * operation.