pub struct AnimatedDash {
pub dashes: Vec<Animated<f64>>,
pub offset: Animated<f64>,
}Fields§
§dashes: Vec<Animated<f64>>§offset: Animated<f64>Trait Implementations§
Source§impl Clone for AnimatedDash
impl Clone for AnimatedDash
Source§fn clone(&self) -> AnimatedDash
fn clone(&self) -> AnimatedDash
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 moreSource§impl Debug for AnimatedDash
impl Debug for AnimatedDash
Source§impl<'de> Deserialize<'de> for AnimatedDash
impl<'de> Deserialize<'de> for AnimatedDash
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AnimatedDash
impl PartialEq for AnimatedDash
Source§impl Serialize for AnimatedDash
impl Serialize for AnimatedDash
impl StructuralPartialEq for AnimatedDash
Auto Trait Implementations§
impl Freeze for AnimatedDash
impl RefUnwindSafe for AnimatedDash
impl Send for AnimatedDash
impl Sync for AnimatedDash
impl Unpin for AnimatedDash
impl UnsafeUnpin for AnimatedDash
impl UnwindSafe for AnimatedDash
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