Struct accel::kernel::Block[][src]

pub struct Block(_);

Size of Block (thread block) in CUDA thread hierarchy

Methods

impl Block
[src]

one-dimensional

two-dimensional

three-dimensional

Trait Implementations

impl Debug for Block
[src]

Formats the value using the given formatter. Read more

impl Clone for Block
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Block
[src]

impl From<dim3> for Block
[src]

Performs the conversion.

impl Deref for Block
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Block
[src]

Mutably dereferences the value.

Auto Trait Implementations

impl Send for Block

impl Sync for Block