Enum ocl::enums::KernelArgInfoResult [] [src]

pub enum KernelArgInfoResult {
    AddressQualifier(KernelArgAddressQualifier),
    AccessQualifier(KernelArgAccessQualifier),
    TypeName(String),
    TypeQualifier(KernelArgTypeQualifier),
    Name(String),
    Error(Box<Error>),
}

A kernel arg info result.

Variants

Methods

impl KernelArgInfoResult

Trait Implementations

impl From<Error> for KernelArgInfoResult

Performs the conversion.

impl Error for KernelArgInfoResult

impl Debug for KernelArgInfoResult

Formats the value using the given formatter.

impl Display for KernelArgInfoResult

Formats the value using the given formatter.

impl Into<String> for KernelArgInfoResult

Performs the conversion.