Enum ocl::error::ErrorKind[][src]

pub enum ErrorKind {
    OclCore(OclCoreError),
    FuturesMpscSend(String),
    OneshotCanceled(OneshotCanceled),
    BufferCmd(BufferCmdError),
    Device(DeviceError),
    Platform(PlatformError),
    Kernel(KernelError),
}

An enum containing either a String or one of several other error types.

Implements the usual error traits.

Variants

Trait Implementations

impl Debug for ErrorKind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorKind

impl Sync for ErrorKind