Enum ocl::enums::AddressingMode [] [src]

pub enum AddressingMode {
    None,
    ClampToEdge,
    Clamp,
    Repeat,
    MirroredRepeat,
}

cl_addressing_mode

Variants

Trait Implementations

impl PartialEq<AddressingMode> for AddressingMode

impl Clone for AddressingMode

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AddressingMode

Formats the value using the given formatter.

impl Copy for AddressingMode

impl FromPrimitive for AddressingMode