Struct ExSetFrame
pub struct ExSetFrame<'a> { /* private fields */ }
Expand description
Default-param extender for SpriteFrames::set_frame_ex
.
Implementations§
§impl<'a> ExSetFrame<'a>
impl<'a> ExSetFrame<'a>
pub fn duration(self, value: f32) -> ExSetFrame<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExSetFrame<'a>
impl<'a> RefUnwindSafe for ExSetFrame<'a>
impl<'a> !Send for ExSetFrame<'a>
impl<'a> !Sync for ExSetFrame<'a>
impl<'a> Unpin for ExSetFrame<'a>
impl<'a> !UnwindSafe for ExSetFrame<'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