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