pub struct PackChangedEventHandler { /* private fields */ }
Expand description
Texture pack is changed
Implementations§
Trait Implementations§
Source§impl Default for PackChangedEventHandler
impl Default for PackChangedEventHandler
Auto Trait Implementations§
impl Freeze for PackChangedEventHandler
impl !RefUnwindSafe for PackChangedEventHandler
impl !Send for PackChangedEventHandler
impl !Sync for PackChangedEventHandler
impl Unpin for PackChangedEventHandler
impl !UnwindSafe for PackChangedEventHandler
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