Enum ocl::enums::BufferCmdKind[][src]

pub enum BufferCmdKind<'c, T> where
    T: 'c, 
{ Unspecified, Read, Write, Map, Copy { dst_buffer: &'c MemCore, dst_offset: Option<usize>, len: Option<usize>, }, Fill { pattern: T, len: Option<usize>, }, CopyToImage { image: &'c MemCore, dst_origin: [usize; 3], region: [usize; 3], }, GLAcquire, GLRelease, }

The type of operation to be performed by a command.

Variants

Fields of Copy

Fields of Fill

Fields of CopyToImage

Auto Trait Implementations

impl<'c, T> Send for BufferCmdKind<'c, T> where
    T: Send

impl<'c, T> Sync for BufferCmdKind<'c, T> where
    T: Sync