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