[go: up one dir, main page]

Enum gltf::v1::animation::Interpolation [] [src]

#[repr(u32)]
pub enum Interpolation { Linear, Step, }

Variants

Trait Implementations

impl Clone for Interpolation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Interpolation
[src]

impl Debug for Interpolation
[src]

Formats the value using the given formatter.

impl Eq for Interpolation
[src]

impl PartialEq for Interpolation
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Deserialize for Interpolation
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Interpolation
[src]

Serialize this value into the given Serde serializer. Read more

impl Default for Interpolation
[src]

Returns the "default value" for a type. Read more