pub struct SizeAnimRegistry { /* private fields */ }Expand description
Registro de animaciones implícitas de tamaño, vivo entre
frames. El runtime mantiene una instancia y llama
reconcile_size_anim en cada redraw antes del mount/layout.
Implementations§
Trait Implementations§
Source§impl Default for SizeAnimRegistry
impl Default for SizeAnimRegistry
Source§fn default() -> SizeAnimRegistry
fn default() -> SizeAnimRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SizeAnimRegistry
impl RefUnwindSafe for SizeAnimRegistry
impl Send for SizeAnimRegistry
impl Sync for SizeAnimRegistry
impl Unpin for SizeAnimRegistry
impl UnsafeUnpin for SizeAnimRegistry
impl UnwindSafe for SizeAnimRegistry
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