#[repr(u32)]pub enum TweenEaseType {
EaseIn = 0,
EaseOut = 1,
EaseInOut = 2,
EaseOutIn = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for TweenEaseType
impl Clone for TweenEaseType
Source§fn clone(&self) -> TweenEaseType
fn clone(&self) -> TweenEaseType
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 TweenEaseType
impl Debug for TweenEaseType
Source§impl Hash for TweenEaseType
impl Hash for TweenEaseType
Source§impl PartialEq for TweenEaseType
impl PartialEq for TweenEaseType
impl Copy for TweenEaseType
impl Eq for TweenEaseType
impl StructuralPartialEq for TweenEaseType
Auto Trait Implementations§
impl Freeze for TweenEaseType
impl RefUnwindSafe for TweenEaseType
impl Send for TweenEaseType
impl Sync for TweenEaseType
impl Unpin for TweenEaseType
impl UnwindSafe for TweenEaseType
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