pub struct FileChangedEventHandler { /* private fields */ }
Expand description
File in a texture pack is changed (terrain.png, rain.png)
Implementations§
Trait Implementations§
Source§impl Default for FileChangedEventHandler
impl Default for FileChangedEventHandler
Auto Trait Implementations§
impl Freeze for FileChangedEventHandler
impl !RefUnwindSafe for FileChangedEventHandler
impl !Send for FileChangedEventHandler
impl !Sync for FileChangedEventHandler
impl Unpin for FileChangedEventHandler
impl !UnwindSafe for FileChangedEventHandler
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