Enum ocl_core::types::enums::KernelArgInfoResult [] [src]

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

A kernel arg info result.

Variants

Methods

impl KernelArgInfoResult
[src]

[src]

Trait Implementations

impl Debug for KernelArgInfoResult
[src]

[src]

Formats the value using the given formatter.

impl Display for KernelArgInfoResult
[src]

[src]

Formats the value using the given formatter. Read more

impl From<OclError> for KernelArgInfoResult
[src]

[src]

Performs the conversion.

impl Error for KernelArgInfoResult
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more