Struct ExDrawAnimationSlice
pub struct ExDrawAnimationSlice<'ex> { /* private fields */ }Expand description
Default-param extender for CanvasItem::draw_animation_slice_ex.
Implementations§
§impl<'ex> ExDrawAnimationSlice<'ex>
impl<'ex> ExDrawAnimationSlice<'ex>
pub fn offset(self, offset: f64) -> ExDrawAnimationSlice<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExDrawAnimationSlice<'ex>
impl<'ex> RefUnwindSafe for ExDrawAnimationSlice<'ex>
impl<'ex> !Send for ExDrawAnimationSlice<'ex>
impl<'ex> !Sync for ExDrawAnimationSlice<'ex>
impl<'ex> Unpin for ExDrawAnimationSlice<'ex>
impl<'ex> !UnwindSafe for ExDrawAnimationSlice<'ex>
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