Enum collenchyma::device::Error [] [src]

pub enum Error {
    Native(NativeError),
}

Defines a generic set of Memory Errors.

Variants

Native

Failures related to the Native framework implementation.

Trait Implementations

impl Display for Error

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

impl Error for Error

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl From<NativeError> for Error

fn from(err: NativeError) -> Error

Derived Implementations

impl Clone for Error

fn clone(&self) -> Error

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

impl Copy for Error

impl Debug for Error

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