pub struct KernelLaunchOperation<'kernel, 'config, P> { /* private fields */ }Trait Implementations§
Source§impl<'kernel, 'config, P: Debug> Debug for KernelLaunchOperation<'kernel, 'config, P>
impl<'kernel, 'config, P: Debug> Debug for KernelLaunchOperation<'kernel, 'config, P>
Source§impl<'a, P> GraphRecordable for KernelLaunchOperation<'_, '_, P>where
P: KernelLaunchArgs<'a>,
impl<'a, P> GraphRecordable for KernelLaunchOperation<'_, '_, P>where
P: KernelLaunchArgs<'a>,
Auto Trait Implementations§
impl<'kernel, 'config, P> !Send for KernelLaunchOperation<'kernel, 'config, P>
impl<'kernel, 'config, P> !Sync for KernelLaunchOperation<'kernel, 'config, P>
impl<'kernel, 'config, P> Freeze for KernelLaunchOperation<'kernel, 'config, P>where
P: Freeze,
impl<'kernel, 'config, P> RefUnwindSafe for KernelLaunchOperation<'kernel, 'config, P>where
P: RefUnwindSafe,
impl<'kernel, 'config, P> Unpin for KernelLaunchOperation<'kernel, 'config, P>where
P: Unpin,
impl<'kernel, 'config, P> UnsafeUnpin for KernelLaunchOperation<'kernel, 'config, P>where
P: UnsafeUnpin,
impl<'kernel, 'config, P> UnwindSafe for KernelLaunchOperation<'kernel, 'config, P>where
P: 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