Struct accel::kernel::Grid[][src]

pub struct Grid(_);

Size of Grid (grid of blocks) in CUDA thread hierarchy

Methods

impl Grid
[src]

one-dimensional

two-dimensional

three-dimensional

Trait Implementations

impl Debug for Grid
[src]

Formats the value using the given formatter. Read more

impl Clone for Grid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Grid
[src]

impl From<dim3> for Grid
[src]

Performs the conversion.

impl Deref for Grid
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Grid
[src]

Mutably dereferences the value.

Auto Trait Implementations

impl Send for Grid

impl Sync for Grid