Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/
Dquery.rs47 ) -> Result<QueryPool, QueryPoolCreationError> { in new() argument
157 pub enum QueryPoolCreationError { enum
164 impl error::Error for QueryPoolCreationError { implementation
174 impl fmt::Display for QueryPoolCreationError { implementation
191 impl From<OomError> for QueryPoolCreationError { implementation
193 fn from(err: OomError) -> QueryPoolCreationError { in from()
198 impl From<Error> for QueryPoolCreationError { implementation
200 fn from(err: Error) -> QueryPoolCreationError { in from()