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