Enum winapi::d3d9types::D3DTEXTUREADDRESS [] [src]

pub enum D3DTEXTUREADDRESS {
    WRAP,
    MIRROR,
    CLAMP,
    BORDER,
    MIRRORONCE,
}

Variants

WRAP
MIRROR
CLAMP
BORDER
MIRRORONCE

Trait Implementations

Derived Implementations

impl Debug for D3DTEXTUREADDRESS

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for D3DTEXTUREADDRESS

impl Clone for D3DTEXTUREADDRESS

fn clone(&self) -> D3DTEXTUREADDRESS

fn clone_from(&mut self, source: &Self)