pub struct AnimationScale {
pub none: String,
pub spin: String,
pub ping: String,
pub pulse: String,
pub bounce: String,
}
Expand description
Animation scale
Fields§
§none: String
§spin: String
§ping: String
§pulse: String
§bounce: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnimationScale
impl RefUnwindSafe for AnimationScale
impl Send for AnimationScale
impl Sync for AnimationScale
impl Unpin for AnimationScale
impl UnwindSafe for AnimationScale
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