Enum ocl::enums::PlatformInfo
[−]
[src]
pub enum PlatformInfo {
Profile,
Version,
Name,
Vendor,
Extensions,
}cl_platform_info
Variants
ProfileVersionNameVendorExtensionsTrait Implementations
impl PartialEq<PlatformInfo> for PlatformInfo
fn eq(&self, __arg_0: &PlatformInfo) -> bool
impl Clone for PlatformInfo
fn clone(&self) -> PlatformInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for PlatformInfo
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.