Enum sciter::video::COLOR_SPACE [] [src]

#[repr(C)]
pub enum COLOR_SPACE { Unknown, Yv12, Iyuv, Nv12, Yuy2, Rgb24, Rgb555, Rgb565, Rgb32, }

Variants

Trait Implementations

Auto Trait Implementations

impl Send for COLOR_SPACE

impl Sync for COLOR_SPACE