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