pub struct LoadingEventHandler { /* private fields */ }
Expand description
Portion of world is decompressed/generated (Arg is progress from 0-1)
Implementations§
Trait Implementations§
Source§impl Default for LoadingEventHandler
impl Default for LoadingEventHandler
Auto Trait Implementations§
impl Freeze for LoadingEventHandler
impl !RefUnwindSafe for LoadingEventHandler
impl !Send for LoadingEventHandler
impl !Sync for LoadingEventHandler
impl Unpin for LoadingEventHandler
impl !UnwindSafe for LoadingEventHandler
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