Enum lu_formats::files::kfm::TransitionType
source · pub enum TransitionType {
Blend,
Morph,
Crossfade,
Chain,
DefaultSync,
DefaultNonSync,
}
Expand description
Variants§
Blend
Value: 0
Morph
Value: 1
Crossfade
Value: 2
Chain
Value: 3
DefaultSync
Value: 4
DefaultNonSync
Value: 5
Implementations§
Trait Implementations§
source§impl Clone for TransitionType
impl Clone for TransitionType
source§fn clone(&self) -> TransitionType
fn clone(&self) -> TransitionType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TransitionType
impl Debug for TransitionType
source§impl<'de> Deserialize<'de> for TransitionType
impl<'de> Deserialize<'de> for TransitionType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<TransitionType> for TransitionType
impl PartialEq<TransitionType> for TransitionType
source§fn eq(&self, other: &TransitionType) -> bool
fn eq(&self, other: &TransitionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TransitionType
impl Serialize for TransitionType
source§impl TryFrom<u32> for TransitionType
impl TryFrom<u32> for TransitionType
source§impl TryFrom<u8> for TransitionType
impl TryFrom<u8> for TransitionType
impl Copy for TransitionType
impl Eq for TransitionType
impl StructuralEq for TransitionType
impl StructuralPartialEq for TransitionType
Auto Trait Implementations§
impl RefUnwindSafe for TransitionType
impl Send for TransitionType
impl Sync for TransitionType
impl Unpin for TransitionType
impl UnwindSafe for TransitionType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more