pub enum InertiaState {
Settled,
Decaying,
Bouncing,
}Variants§
Trait Implementations§
Source§impl Clone for InertiaState
impl Clone for InertiaState
Source§fn clone(&self) -> InertiaState
fn clone(&self) -> InertiaState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InertiaState
Source§impl Debug for InertiaState
impl Debug for InertiaState
Source§impl Default for InertiaState
impl Default for InertiaState
Source§fn default() -> InertiaState
fn default() -> InertiaState
Returns the “default value” for a type. Read more
impl Eq for InertiaState
Source§impl PartialEq for InertiaState
impl PartialEq for InertiaState
impl StructuralPartialEq for InertiaState
Auto Trait Implementations§
impl Freeze for InertiaState
impl RefUnwindSafe for InertiaState
impl Send for InertiaState
impl Sync for InertiaState
impl Unpin for InertiaState
impl UnsafeUnpin for InertiaState
impl UnwindSafe for InertiaState
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