Enum glium::buffer::CopyError [] [src]

pub enum CopyError {
    NotSupported,
}

Error that can happen when copying data between buffers.

Variants

NotSupported

The backend doesn't support copying between buffers.

Trait Implementations

Derived Implementations

impl Clone for CopyError

fn clone(&self) -> CopyError

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

impl Copy for CopyError

impl Debug for CopyError

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