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