pub struct TiledLaunch<'a, R: Runtime> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a, R: Runtime> ArgSettings<R> for TiledLaunch<'a, R>
impl<'a, R: Runtime> ArgSettings<R> for TiledLaunch<'a, R>
Source§fn register(&self, launcher: &mut KernelLauncher<R>)
fn register(&self, launcher: &mut KernelLauncher<R>)
Register the information of an argument to the KernelLauncher.
Auto Trait Implementations§
impl<'a, R> Freeze for TiledLaunch<'a, R>
impl<'a, R> RefUnwindSafe for TiledLaunch<'a, R>where
R: RefUnwindSafe,
impl<'a, R> Send for TiledLaunch<'a, R>
impl<'a, R> Sync for TiledLaunch<'a, R>
impl<'a, R> Unpin for TiledLaunch<'a, R>where
R: Unpin,
impl<'a, R> UnwindSafe for TiledLaunch<'a, R>where
R: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more