Enum gltf::v1::animation::Interpolation
[−]
[src]
#[repr(u32)]pub enum Interpolation { Linear, Step, }
Variants
LinearStepTrait Implementations
impl Clone for Interpolation[src]
fn clone(&self) -> Interpolation
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Interpolation[src]
impl Debug for Interpolation[src]
impl Eq for Interpolation[src]
impl PartialEq for Interpolation[src]
fn eq(&self, __arg_0: &Interpolation) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Deserialize for Interpolation[src]
fn deserialize<D>(deserializer: D) -> Result<Interpolation, D::Error> where D: Deserializer
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for Interpolation[src]
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where S: Serializer
Serialize this value into the given Serde serializer. Read more
impl Default for Interpolation[src]
fn default() -> Interpolation
Returns the "default value" for a type. Read more