Struct jxl_threadpool::JxlScope
source · pub struct JxlScope<'r, 'scope>(/* private fields */);
Expand description
Fork-join scope created by thread pool.
Implementations§
Trait Implementations§
impl<'r, 'scope> Copy for JxlScope<'r, 'scope>
Auto Trait Implementations§
impl<'r, 'scope> RefUnwindSafe for JxlScope<'r, 'scope>
impl<'r, 'scope> Send for JxlScope<'r, 'scope>
impl<'r, 'scope> Sync for JxlScope<'r, 'scope>
impl<'r, 'scope> Unpin for JxlScope<'r, 'scope>
impl<'r, 'scope> UnwindSafe for JxlScope<'r, 'scope>
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