pub struct GpuDispatcher { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Dispatcher for GpuDispatcher
impl Dispatcher for GpuDispatcher
fn spawn_task(&self, task: BoxFuture<'static, ()>) -> DispatcherHandle
fn throughput(&self) -> u32
§fn throughput_deadline(&self) -> Option<Duration>
fn throughput_deadline(&self) -> Option<Duration>
None is unbounded.Auto Trait Implementations§
impl Freeze for GpuDispatcher
impl !RefUnwindSafe for GpuDispatcher
impl Send for GpuDispatcher
impl Sync for GpuDispatcher
impl Unpin for GpuDispatcher
impl UnsafeUnpin for GpuDispatcher
impl !UnwindSafe for GpuDispatcher
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