Enum nannou::ui::backend::glium::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 Clone for CopyError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CopyError
[src]

Formats the value using the given formatter. Read more

impl Error for CopyError
[src]

This method is soft-deprecated. Read more

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

impl Display for CopyError
[src]

Formats the value using the given formatter. Read more

impl Copy for CopyError
[src]

Auto Trait Implementations

impl Send for CopyError

impl Sync for CopyError