Struct ExSetLoops
pub struct ExSetLoops<'a> { /* private fields */ }
Expand description
Default-param extender for Tween::set_loops_ex
.
Implementations§
§impl<'a> ExSetLoops<'a>
impl<'a> ExSetLoops<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExSetLoops<'a>
impl<'a> RefUnwindSafe for ExSetLoops<'a>
impl<'a> !Send for ExSetLoops<'a>
impl<'a> !Sync for ExSetLoops<'a>
impl<'a> Unpin for ExSetLoops<'a>
impl<'a> !UnwindSafe for ExSetLoops<'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