pub struct VirtualLayoutLaunch<'a, C: Coordinates, S: Coordinates, R: Runtime> { /* private fields */ }Implementations§
Source§impl<'a, C: Coordinates, S: Coordinates, R: Runtime> VirtualLayoutLaunch<'a, C, S, R>
 
impl<'a, C: Coordinates, S: Coordinates, R: Runtime> VirtualLayoutLaunch<'a, C, S, R>
pub fn new<L: Layout<Coordinates = C, SourceCoordinates = S> + LaunchArg>( layout: L::RuntimeArg<'a, R>, ) -> Self
Trait Implementations§
Source§impl<'a, C: Coordinates, S: Coordinates, R: Runtime> ArgSettings<R> for VirtualLayoutLaunch<'a, C, S, R>
 
impl<'a, C: Coordinates, S: Coordinates, R: Runtime> ArgSettings<R> for VirtualLayoutLaunch<'a, C, S, 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, C, S, R> Freeze for VirtualLayoutLaunch<'a, C, S, R>
impl<'a, C, S, R> !RefUnwindSafe for VirtualLayoutLaunch<'a, C, S, R>
impl<'a, C, S, R> Send for VirtualLayoutLaunch<'a, C, S, R>
impl<'a, C, S, R> Sync for VirtualLayoutLaunch<'a, C, S, R>
impl<'a, C, S, R> Unpin for VirtualLayoutLaunch<'a, C, S, R>where
    R: Unpin,
impl<'a, C, S, R> !UnwindSafe for VirtualLayoutLaunch<'a, C, S, R>
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