Enum ppapi::gles::TexFormatExperimental
[-]
[+]
[src]
pub enum TexFormat {
Alpha,
Rgb,
Rgba,
}Variants
Alpha | |
Rgb | |
Rgba |
pub enum TexFormat {
Alpha,
Rgb,
Rgba,
}Alpha | |
Rgb | |
Rgba |
impl Copy for TexFormatimpl PartialOrd for TexFormatfn partial_cmp(&self, __arg_0: &TexFormat) -> Option<Ordering>fn lt(&self, __arg_0: &TexFormat) -> boolfn le(&self, __arg_0: &TexFormat) -> boolfn gt(&self, __arg_0: &TexFormat) -> boolfn ge(&self, __arg_0: &TexFormat) -> boolimpl Ord for TexFormatimpl<__S: Writer + Hasher> Hash<__S> for TexFormatfn hash(&self, __arg_0: &mut __S)impl Clone for TexFormatfn clone(&self) -> TexFormatfn clone_from(&mut self, source: &Self)impl PartialEq for TexFormatimpl Eq for TexFormatfn assert_receiver_is_total_eq(&self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).