Enum gfx_core::factory::BufferUpdateError [] [src]

pub enum BufferUpdateError {
    OutOfBounds,
}

An error happening on buffer updates.

Variants

OutOfBounds

Trying to change the contents outside of the allocation.

Trait Implementations

Derived Implementations

impl Debug for BufferUpdateError

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

impl PartialEq for BufferUpdateError

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

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

impl Clone for BufferUpdateError

fn clone(&self) -> BufferUpdateError

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