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