pub enum MotionFormatType {
Unknown = -1,
VMD = 0,
NMD = 1,
}Variants§
Trait Implementations§
Source§impl Clone for MotionFormatType
impl Clone for MotionFormatType
Source§fn clone(&self) -> MotionFormatType
fn clone(&self) -> MotionFormatType
Returns a duplicate 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 MotionFormatType
impl Debug for MotionFormatType
Source§impl Default for MotionFormatType
impl Default for MotionFormatType
Source§impl From<i32> for MotionFormatType
impl From<i32> for MotionFormatType
impl Copy for MotionFormatType
Auto Trait Implementations§
impl Freeze for MotionFormatType
impl RefUnwindSafe for MotionFormatType
impl Send for MotionFormatType
impl Sync for MotionFormatType
impl Unpin for MotionFormatType
impl UnwindSafe for MotionFormatType
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