pub struct GetAnimatedStylesForNode { /* private fields */ }Expand description
Returns the styles coming from animations & transitions including the animation & transition styles coming from inheritance chain. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for GetAnimatedStylesForNode
impl Clone for GetAnimatedStylesForNode
Source§fn clone(&self) -> GetAnimatedStylesForNode
fn clone(&self) -> GetAnimatedStylesForNode
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 GetAnimatedStylesForNode
impl Debug for GetAnimatedStylesForNode
Auto Trait Implementations§
impl Freeze for GetAnimatedStylesForNode
impl RefUnwindSafe for GetAnimatedStylesForNode
impl Send for GetAnimatedStylesForNode
impl Sync for GetAnimatedStylesForNode
impl Unpin for GetAnimatedStylesForNode
impl UnsafeUnpin for GetAnimatedStylesForNode
impl UnwindSafe for GetAnimatedStylesForNode
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