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