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