Enum raylib::ffi::TextureWrap [−][src]
#[repr(u32)]
pub enum TextureWrap {
TEXTURE_WRAP_REPEAT,
TEXTURE_WRAP_CLAMP,
TEXTURE_WRAP_MIRROR_REPEAT,
TEXTURE_WRAP_MIRROR_CLAMP,
}
Variants
TEXTURE_WRAP_REPEAT
TEXTURE_WRAP_CLAMP
TEXTURE_WRAP_MIRROR_REPEAT
TEXTURE_WRAP_MIRROR_CLAMP
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextureWrap
impl Send for TextureWrap
impl Sync for TextureWrap
impl Unpin for TextureWrap
impl UnwindSafe for TextureWrap
Blanket Implementations
Mutably borrows from an owned value. Read more