pub struct QueryType(_);Expand description
Implementations
sourceimpl QueryType
impl QueryType
Generated from ‘VK_KHR_video_queue’
pub const RESULT_STATUS_ONLY_KHR: QueryType = Self(1000023000)
sourceimpl QueryType
impl QueryType
Generated from ‘VK_EXT_transform_feedback’
pub const TRANSFORM_FEEDBACK_STREAM_EXT: QueryType = Self(1000028004)
sourceimpl QueryType
impl QueryType
Generated from ‘VK_KHR_performance_query’
pub const PERFORMANCE_QUERY_KHR: QueryType = Self(1000116000)
sourceimpl QueryType
impl QueryType
Generated from ‘VK_KHR_acceleration_structure’
pub const ACCELERATION_STRUCTURE_COMPACTED_SIZE_KHR: QueryType = Self(1000150000)
pub const ACCELERATION_STRUCTURE_SERIALIZATION_SIZE_KHR: QueryType = Self(1000150001)
sourceimpl QueryType
impl QueryType
Generated from ‘VK_NV_ray_tracing’
pub const ACCELERATION_STRUCTURE_COMPACTED_SIZE_NV: QueryType = Self(1000165000)
sourceimpl QueryType
impl QueryType
Generated from ‘VK_INTEL_performance_query’
pub const PERFORMANCE_QUERY_INTEL: QueryType = Self(1000210000)
sourceimpl QueryType
impl QueryType
Generated from ‘VK_KHR_video_encode_queue’
pub const VIDEO_ENCODESTREAM_BUFFER_RANGE_KHR: QueryType = Self(1000299000)
Trait Implementations
sourceimpl Ord for QueryType
impl Ord for QueryType
1.21.0 · sourceconst fn max(self, other: Self) -> Selfwhere
Self: Sized,
const fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Selfwhere
Self: Sized,
const fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialOrd<QueryType> for QueryType
impl PartialOrd<QueryType> for QueryType
sourcefn partial_cmp(&self, other: &QueryType) -> Option<Ordering>
fn partial_cmp(&self, other: &QueryType) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for QueryType
impl Eq for QueryType
impl StructuralEq for QueryType
impl StructuralPartialEq for QueryType
Auto Trait Implementations
impl RefUnwindSafe for QueryType
impl Send for QueryType
impl Sync for QueryType
impl Unpin for QueryType
impl UnwindSafe for QueryType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more