Enum mallumo_gls::raw::BindBufferTarget [] [src]

pub enum BindBufferTarget {
    DispatchIndirectBuffer,
    DrawIndirectBuffer,
    PixelPackBuffer,
    PixelUnpackBuffer,
}

Variants

Trait Implementations

impl Debug for BindBufferTarget
[src]

Formats the value using the given formatter.

impl Copy for BindBufferTarget
[src]

impl Clone for BindBufferTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BindBufferTarget
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BindBufferTarget
[src]