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

pub enum BufferType {
    VertexBufferType,
    IndexBufferType,
    TextureBufferType,
    FrameBufferType,
    RenderBufferType,
}

Variants

VertexBufferType
IndexBufferType
TextureBufferType
FrameBufferType
RenderBufferType

Trait Implementations

Derived Implementations

impl Copy for BufferType

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

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

impl Clone for BufferType

fn clone(&self) -> BufferType

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

impl PartialEq for BufferType

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

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

impl Eq for BufferType

fn assert_receiver_is_total_eq(&self)