Home
last modified time | relevance | path

Searched defs:BufferCreationError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/vulkano/src/buffer/
Dsys.rs415 pub enum BufferCreationError { enum
428 impl error::Error for BufferCreationError { implementation
438 impl fmt::Display for BufferCreationError { implementation
463 impl From<OomError> for BufferCreationError { implementation
465 fn from(err: OomError) -> BufferCreationError { in from()
470 impl From<Error> for BufferCreationError { implementation
472 fn from(err: Error) -> BufferCreationError { in from()