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 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
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
impl Eq for TexFormat
fn 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
).