Searched defs:QueryPoolCreationError (Results 1 – 1 of 1) sorted by relevance
53 ) -> Result<Arc<QueryPool>, QueryPoolCreationError> { in new() argument233 pub enum QueryPoolCreationError { enum240 impl Error for QueryPoolCreationError { implementation249 impl Display for QueryPoolCreationError { implementation265 impl From<OomError> for QueryPoolCreationError { implementation266 fn from(err: OomError) -> QueryPoolCreationError { in from()271 impl From<VulkanError> for QueryPoolCreationError { implementation272 fn from(err: VulkanError) -> QueryPoolCreationError { in from()