#[repr(transparent)]pub struct QueryType(_);Expand description
Implementations§
source§impl QueryType
 
impl QueryType
Generated from ‘VK_KHR_video_queue’
pub const RESULT_STATUS_ONLY_KHR: Self = _
source§impl QueryType
 
impl QueryType
Generated from ‘VK_EXT_transform_feedback’
pub const TRANSFORM_FEEDBACK_STREAM_EXT: Self = _
source§impl QueryType
 
impl QueryType
Generated from ‘VK_KHR_performance_query’
pub const PERFORMANCE_QUERY_KHR: Self = _
source§impl QueryType
 
impl QueryType
Generated from ‘VK_KHR_acceleration_structure’
pub const ACCELERATION_STRUCTURE_COMPACTED_SIZE_KHR: Self = _
pub const ACCELERATION_STRUCTURE_SERIALIZATION_SIZE_KHR: Self = _
source§impl QueryType
 
impl QueryType
Generated from ‘VK_NV_ray_tracing’
pub const ACCELERATION_STRUCTURE_COMPACTED_SIZE_NV: Self = _
source§impl QueryType
 
impl QueryType
Generated from ‘VK_INTEL_performance_query’
pub const PERFORMANCE_QUERY_INTEL: Self = _
source§impl QueryType
 
impl QueryType
Generated from ‘VK_KHR_video_encode_queue’
pub const VIDEO_ENCODESTREAM_BUFFER_RANGE_KHR: Self = _
Trait Implementations§
source§impl Ord for QueryType
 
impl Ord for QueryType
source§impl PartialEq<QueryType> for QueryType
 
impl PartialEq<QueryType> for QueryType
source§impl PartialOrd<QueryType> for QueryType
 
impl PartialOrd<QueryType> for QueryType
1.0.0 · source§fn 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