pub struct DrivenMotionF32 {
pub value: f32,
pub velocity: f32,
pub animating: bool,
}Fields§
§value: f32§velocity: f32§animating: boolTrait Implementations§
Source§impl Clone for DrivenMotionF32
impl Clone for DrivenMotionF32
Source§fn clone(&self) -> DrivenMotionF32
fn clone(&self) -> DrivenMotionF32
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 DrivenMotionF32
impl Debug for DrivenMotionF32
Source§impl PartialEq for DrivenMotionF32
impl PartialEq for DrivenMotionF32
impl Copy for DrivenMotionF32
impl StructuralPartialEq for DrivenMotionF32
Auto Trait Implementations§
impl Freeze for DrivenMotionF32
impl RefUnwindSafe for DrivenMotionF32
impl Send for DrivenMotionF32
impl Sync for DrivenMotionF32
impl Unpin for DrivenMotionF32
impl UnsafeUnpin for DrivenMotionF32
impl UnwindSafe for DrivenMotionF32
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