Enum ocl::enums::PlatformInfo [] [src]

pub enum PlatformInfo {
    Profile,
    Version,
    Name,
    Vendor,
    Extensions,
}

cl_platform_info

Variants

Trait Implementations

impl PartialEq<PlatformInfo> for PlatformInfo

impl Clone for PlatformInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlatformInfo

Formats the value using the given formatter.

impl Copy for PlatformInfo

impl FromPrimitive for PlatformInfo