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