Enum ocl::enums::SamplerInfo
[−]
[src]
pub enum SamplerInfo {
ReferenceCount,
Context,
NormalizedCoords,
AddressingMode,
FilterMode,
}cl_sampler_info
Variants
ReferenceCountContextNormalizedCoordsAddressingModeFilterModeTrait Implementations
impl PartialEq<SamplerInfo> for SamplerInfo
fn eq(&self, __arg_0: &SamplerInfo) -> bool
impl Clone for SamplerInfo
fn clone(&self) -> SamplerInfo
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 SamplerInfo
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.