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