Enum ocl::enums::AddressingMode
[−]
[src]
pub enum AddressingMode {
None,
ClampToEdge,
Clamp,
Repeat,
MirroredRepeat,
}cl_addressing_mode
Variants
NoneClampToEdgeClampRepeatMirroredRepeatTrait Implementations
impl PartialEq<AddressingMode> for AddressingMode
fn eq(&self, __arg_0: &AddressingMode) -> bool
impl Clone for AddressingMode
fn clone(&self) -> AddressingMode
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 AddressingMode
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.