Enum rust_rocket::interpolation::Interpolation [] [src]

pub enum Interpolation {
    Step,
    Linear,
    Smooth,
    Ramp,
}

Variants

Methods

impl Interpolation
[src]

Trait Implementations

impl Debug for Interpolation
[src]

Formats the value using the given formatter.

impl From<u8> for Interpolation
[src]

Performs the conversion.