pub enum MotionHint {
MovingForwards,
MovingBackwards,
Stationary,
}Variants§
Trait Implementations§
Source§impl Clone for MotionHint
impl Clone for MotionHint
Source§fn clone(&self) -> MotionHint
fn clone(&self) -> MotionHint
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 moreimpl Copy for MotionHint
Auto Trait Implementations§
impl Freeze for MotionHint
impl RefUnwindSafe for MotionHint
impl Send for MotionHint
impl Sync for MotionHint
impl Unpin for MotionHint
impl UnwindSafe for MotionHint
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