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

pub enum VertexAttribType {
    Byte,
    UByte,
    Short,
    UShort,
    Float,
}

Variants

Byte
UByte
Short
UShort
Float

Trait Implementations

impl VertexAttribType for VertexAttribType

fn get_vertex_attrib_type_enum(&self) -> Enum

Derived Implementations

impl Copy for VertexAttribType

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

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

impl PartialOrd for VertexAttribType

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

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

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

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

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

impl Ord for VertexAttribType

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

impl PartialEq for VertexAttribType

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

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

impl Eq for VertexAttribType

fn assert_receiver_is_total_eq(&self)

impl Clone for VertexAttribType

fn clone(&self) -> VertexAttribType

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