pub struct LaunchConfig {
pub grid: Grid,
pub block: Block,
pub stream: Option<Arc<Stream>>,
pub shared_memory_bytes: usize,
}Expand description
Kernel launch configuration
Fields§
§grid: Grid§block: Block§stream: Option<Arc<Stream>>Implementations§
Auto Trait Implementations§
impl Freeze for LaunchConfig
impl RefUnwindSafe for LaunchConfig
impl Send for LaunchConfig
impl Sync for LaunchConfig
impl Unpin for LaunchConfig
impl UnsafeUnpin for LaunchConfig
impl UnwindSafe for LaunchConfig
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