Struct gfx_hal::query::Query [−][src]
A Query object has a particular identifier and saves its results to a given QueryPool.
It is passed as a parameter to the command buffer’s query methods.
Fields
pool: &'a B::QueryPoolid: IdTrait Implementations
Auto Trait Implementations
impl<'a, B> RefUnwindSafe for Query<'a, B> where
<B as Backend>::QueryPool: RefUnwindSafe,
impl<'a, B> RefUnwindSafe for Query<'a, B> where
<B as Backend>::QueryPool: RefUnwindSafe, impl<'a, B> UnwindSafe for Query<'a, B> where
<B as Backend>::QueryPool: RefUnwindSafe,
impl<'a, B> UnwindSafe for Query<'a, B> where
<B as Backend>::QueryPool: RefUnwindSafe,