Struct makepad_platform::thread::RevThreadPool
source · pub struct RevThreadPool { /* private fields */ }Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RevThreadPool
impl Send for RevThreadPool
impl Sync for RevThreadPool
impl Unpin for RevThreadPool
impl UnwindSafe for RevThreadPool
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