pub struct NodeAnim<'a>(/* private fields */);
Expand description
NodeAnim type (not yet implemented)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for NodeAnim<'a>
impl<'a> RefUnwindSafe for NodeAnim<'a>
impl<'a> !Send for NodeAnim<'a>
impl<'a> !Sync for NodeAnim<'a>
impl<'a> Unpin for NodeAnim<'a>
impl<'a> UnwindSafe for NodeAnim<'a>
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