Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/
Dquery.rs53 ) -> Result<Arc<QueryPool>, QueryPoolCreationError> { in new() argument
233 pub enum QueryPoolCreationError { enum
240 impl Error for QueryPoolCreationError { implementation
249 impl Display for QueryPoolCreationError { implementation
265 impl From<OomError> for QueryPoolCreationError { implementation
266 fn from(err: OomError) -> QueryPoolCreationError { in from()
271 impl From<VulkanError> for QueryPoolCreationError { implementation
272 fn from(err: VulkanError) -> QueryPoolCreationError { in from()