pub struct QueryType(/* private fields */);Expand description
Implementations§
Source§impl QueryType
impl QueryType
pub const OCCLUSION: QueryType
Sourcepub const PIPELINE_STATISTICS: QueryType
pub const PIPELINE_STATISTICS: QueryType
Optional
pub const TIMESTAMP: QueryType
pub const RESULT_STATUS_ONLY: QueryType
pub const TRANSFORM_FEEDBACK_STREAM: QueryType
pub const PERFORMANCE_QUERY: QueryType
pub const ACCELERATION_STRUCTURE_COMPACTED_SIZE: QueryType
pub const ACCELERATION_STRUCTURE_SERIALIZATION_SIZE: QueryType
pub const VIDEO_ENCODE_FEEDBACK: QueryType
pub const MESH_PRIMITIVES_GENERATED: QueryType
pub const PRIMITIVES_GENERATED: QueryType
pub const ACCELERATION_STRUCTURE_SERIALIZATION_BOTTOM_LEVEL_POINTERS: QueryType
pub const ACCELERATION_STRUCTURE_SIZE: QueryType
pub const MICROMAP_SERIALIZATION_SIZE: QueryType
pub const MICROMAP_COMPACTED_SIZE: QueryType
pub const fn from_raw(value: i32) -> QueryType
pub const fn as_raw(self) -> i32
Trait Implementations§
Source§impl Error for QueryType
impl Error for QueryType
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Ord for QueryType
impl Ord for QueryType
Source§impl PartialOrd for QueryType
impl PartialOrd for QueryType
impl Copy for QueryType
impl Eq for QueryType
impl StructuralPartialEq for QueryType
Auto Trait Implementations§
impl Freeze for QueryType
impl RefUnwindSafe for QueryType
impl Send for QueryType
impl Sync for QueryType
impl Unpin for QueryType
impl UnsafeUnpin for QueryType
impl UnwindSafe for QueryType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more