pub type NonNegativeNumberOrPercentage = NonNegative<NumberOrPercentage>;
Expand description

A non-negative .

Aliased Type§

struct NonNegativeNumberOrPercentage(pub NumberOrPercentage);

Fields§

§0: NumberOrPercentage

Implementations§

source§

impl NonNegativeNumberOrPercentage

source

pub fn hundred_percent() -> Self

Returns the 100% value.

Trait Implementations§

source§

impl ToAnimatedValue for NonNegativeNumberOrPercentage

§

type AnimatedValue = NumberOrPercentage

The type of the animated value.
source§

fn to_animated_value(self) -> Self::AnimatedValue

Converts this value to an animated value.
source§

fn from_animated_value(animated: Self::AnimatedValue) -> Self

Converts back an animated value into a computed value.