Struct godot_core::classes::canvas_item::ExDrawAnimationSlice
source · pub struct ExDrawAnimationSlice<'a> { /* private fields */ }
Expand description
Default-param extender for CanvasItem::draw_animation_slice_ex
.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExDrawAnimationSlice<'a>
impl<'a> RefUnwindSafe for ExDrawAnimationSlice<'a>
impl<'a> !Send for ExDrawAnimationSlice<'a>
impl<'a> !Sync for ExDrawAnimationSlice<'a>
impl<'a> Unpin for ExDrawAnimationSlice<'a>
impl<'a> !UnwindSafe for ExDrawAnimationSlice<'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