Enum gfx::BufferError [] [src]

pub enum BufferError {
    UnsupportedBind(Bind),
    Other,
}

Error creating a buffer.

Variants

UnsupportedBind

Some of the bind flags are not supported.

Other

Unknown other error.

Trait Implementations

Derived Implementations

impl PartialEq<BufferError> for BufferError

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

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

impl Hash for BufferError

fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher

impl Eq for BufferError

impl Debug for BufferError

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl Copy for BufferError

impl Clone for BufferError

fn clone(&self) -> BufferError

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