Enum ocl::enums::ChannelType
[−]
[src]
pub enum ChannelType {
SnormInt8,
SnormInt16,
UnormInt8,
UnormInt16,
UnormShort_565,
UnormShort_555,
UnormInt_101010,
SignedInt8,
SignedInt16,
SignedInt32,
UnsignedInt8,
UnsignedInt16,
UnsignedInt32,
HalfFloat,
Float,
UnormInt24,
}cl_channel_type
Variants
SnormInt8SnormInt16UnormInt8UnormInt16UnormShort_565UnormShort_555UnormInt_101010SignedInt8SignedInt16SignedInt32UnsignedInt8UnsignedInt16UnsignedInt32HalfFloatFloatUnormInt24Trait Implementations
impl PartialEq<ChannelType> for ChannelType
fn eq(&self, __arg_0: &ChannelType) -> bool
impl Clone for ChannelType
fn clone(&self) -> ChannelType
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 ChannelType
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.