Struct ExLoadThreadedGetStatus
pub struct ExLoadThreadedGetStatus<'ex> { /* private fields */ }Expand description
Default-param extender for ResourceLoader::load_threaded_get_status_ex.
Implementations§
§impl<'ex> ExLoadThreadedGetStatus<'ex>
impl<'ex> ExLoadThreadedGetStatus<'ex>
pub fn progress(self, progress: &'ex AnyArray) -> ExLoadThreadedGetStatus<'ex>
pub fn done(self) -> ThreadLoadStatus
Auto Trait Implementations§
impl<'ex> !Freeze for ExLoadThreadedGetStatus<'ex>
impl<'ex> !RefUnwindSafe for ExLoadThreadedGetStatus<'ex>
impl<'ex> !Send for ExLoadThreadedGetStatus<'ex>
impl<'ex> !Sync for ExLoadThreadedGetStatus<'ex>
impl<'ex> Unpin for ExLoadThreadedGetStatus<'ex>
impl<'ex> !UnwindSafe for ExLoadThreadedGetStatus<'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