#[repr(transparent)]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
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>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
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 more
impl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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