Struct makepad_draw::makepad_futures::executor::Executor
pub struct Executor { /* private fields */ }Implementations§
§impl Executor
impl Executor
pub fn run(&self)
pub fn run_until_stalled(&self)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Executor
impl !Send for Executor
impl !Sync for Executor
impl Unpin for Executor
impl UnwindSafe for Executor
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