pub struct RaiseAnimationConfig {
pub enabled: bool,
pub duration_ms: u64,
pub scale: f32,
pub shadow_boost: f32,
}Fields§
§enabled: bool§duration_ms: u64§scale: f32§shadow_boost: f32Implementations§
Trait Implementations§
Source§impl Clone for RaiseAnimationConfig
impl Clone for RaiseAnimationConfig
Source§fn clone(&self) -> RaiseAnimationConfig
fn clone(&self) -> RaiseAnimationConfig
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 moreimpl Copy for RaiseAnimationConfig
Source§impl Debug for RaiseAnimationConfig
impl Debug for RaiseAnimationConfig
Source§impl PartialEq for RaiseAnimationConfig
impl PartialEq for RaiseAnimationConfig
Source§fn eq(&self, other: &RaiseAnimationConfig) -> bool
fn eq(&self, other: &RaiseAnimationConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RaiseAnimationConfig
Auto Trait Implementations§
impl Freeze for RaiseAnimationConfig
impl RefUnwindSafe for RaiseAnimationConfig
impl Send for RaiseAnimationConfig
impl Sync for RaiseAnimationConfig
impl Unpin for RaiseAnimationConfig
impl UnsafeUnpin for RaiseAnimationConfig
impl UnwindSafe for RaiseAnimationConfig
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