Enum ppapi::gles::TexFormatExperimental [-]  [+] [src]

pub enum TexFormat {
    Alpha,
    Rgb,
    Rgba,
}

Variants

Alpha
Rgb
Rgba

Trait Implementations

Derived Implementations

impl Copy for TexFormat

impl PartialOrd for TexFormat

fn partial_cmp(&self, __arg_0: &TexFormat) -> Option<Ordering>

fn lt(&self, __arg_0: &TexFormat) -> bool

fn le(&self, __arg_0: &TexFormat) -> bool

fn gt(&self, __arg_0: &TexFormat) -> bool

fn ge(&self, __arg_0: &TexFormat) -> bool

impl Ord for TexFormat

fn cmp(&self, __arg_0: &TexFormat) -> Ordering

impl<__S: Writer + Hasher> Hash<__S> for TexFormat

fn hash(&self, __arg_0: &mut __S)

impl Clone for TexFormat

fn clone(&self) -> TexFormat

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

impl PartialEq for TexFormat

fn eq(&self, __arg_0: &TexFormat) -> bool

fn ne(&self, __arg_0: &TexFormat) -> bool

impl Eq for TexFormat

fn assert_receiver_is_total_eq(&self)