pub struct AtlasChangedEventHandler { /* private fields */ }
Expand description
Terrain atlas (terrain.png) is changed
Implementations§
Trait Implementations§
Source§impl Default for AtlasChangedEventHandler
impl Default for AtlasChangedEventHandler
Auto Trait Implementations§
impl Freeze for AtlasChangedEventHandler
impl !RefUnwindSafe for AtlasChangedEventHandler
impl !Send for AtlasChangedEventHandler
impl !Sync for AtlasChangedEventHandler
impl Unpin for AtlasChangedEventHandler
impl !UnwindSafe for AtlasChangedEventHandler
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