Enum dma_buf::Error [−][src]
pub enum Error {
Closure,
IntegerCast(TryFromIntError),
System(Error),
MMap(Error),
}Expand description
Error Type for dma-buf
Variants
An Error occured in the closure
IntegerCast(TryFromIntError)An Error occured when casting an integer
System(Error)An Error happened when allocating a buffer
MMap(Error)An Error occured when mapping the buffer
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error