pub enum StridedLayoutArgs<'a, R: Runtime> {
Pitched(<FastDivmod as LaunchArg>::RuntimeArg<'a, R>),
None,
}
Variants§
Pitched(<FastDivmod as LaunchArg>::RuntimeArg<'a, R>)
None
Implementations§
Trait Implementations§
Source§impl<'a, R: Runtime> ArgSettings<R> for StridedLayoutArgs<'a, R>
impl<'a, R: Runtime> ArgSettings<R> for StridedLayoutArgs<'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 StridedLayoutArgs<'a, R>
impl<'a, R> RefUnwindSafe for StridedLayoutArgs<'a, R>
impl<'a, R> Send for StridedLayoutArgs<'a, R>
impl<'a, R> Sync for StridedLayoutArgs<'a, R>
impl<'a, R> Unpin for StridedLayoutArgs<'a, R>
impl<'a, R> UnwindSafe for StridedLayoutArgs<'a, 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