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

pub enum CopyError {
    NotSupported,
}

Error that can happen when copying data between buffers.

Variants

The backend doesn't support copying between buffers.

Trait Implementations

impl Debug for CopyError
[src]

[src]

Formats the value using the given formatter.

impl Copy for CopyError
[src]

impl Clone for CopyError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for CopyError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for CopyError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more