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