pub struct IntoDyn2LayoutLaunch<'a, L: Layout<SourceCoordinates = (P, O)> + LaunchArg, P: IntoDyn, O: IntoDyn, R: Runtime> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a, L: Layout<SourceCoordinates = (P, O)> + LaunchArg, P: IntoDyn, O: IntoDyn, R: Runtime> ArgSettings<R> for IntoDyn2LayoutLaunch<'a, L, P, O, R>
impl<'a, L: Layout<SourceCoordinates = (P, O)> + LaunchArg, P: IntoDyn, O: IntoDyn, R: Runtime> ArgSettings<R> for IntoDyn2LayoutLaunch<'a, L, P, O, 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, L, P, O, R> Freeze for IntoDyn2LayoutLaunch<'a, L, P, O, R>
impl<'a, L, P, O, R> RefUnwindSafe for IntoDyn2LayoutLaunch<'a, L, P, O, R>where
<L as CubeType>::ExpandType: Sized,
<L as LaunchArg>::RuntimeArg<'a, R>: RefUnwindSafe,
R: RefUnwindSafe,
impl<'a, L, P, O, R> Send for IntoDyn2LayoutLaunch<'a, L, P, O, R>
impl<'a, L, P, O, R> Sync for IntoDyn2LayoutLaunch<'a, L, P, O, R>
impl<'a, L, P, O, R> Unpin for IntoDyn2LayoutLaunch<'a, L, P, O, R>
impl<'a, L, P, O, R> UnwindSafe for IntoDyn2LayoutLaunch<'a, L, P, O, R>where
<L as CubeType>::ExpandType: Sized,
<L as LaunchArg>::RuntimeArg<'a, R>: UnwindSafe,
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