pub struct QueryType(/* private fields */);Expand description
Implementations§
Source§impl QueryType
Generated from ‘VK_KHR_video_queue’
impl QueryType
Generated from ‘VK_KHR_video_queue’
pub const RESULT_STATUS_ONLY_KHR: QueryType
Source§impl QueryType
Generated from ‘VK_EXT_transform_feedback’
impl QueryType
Generated from ‘VK_EXT_transform_feedback’
pub const TRANSFORM_FEEDBACK_STREAM_EXT: QueryType
Source§impl QueryType
Generated from ‘VK_KHR_performance_query’
impl QueryType
Generated from ‘VK_KHR_performance_query’
pub const PERFORMANCE_QUERY_KHR: QueryType
Source§impl QueryType
Generated from ‘VK_INTEL_performance_query’
impl QueryType
Generated from ‘VK_INTEL_performance_query’
pub const PERFORMANCE_QUERY_INTEL: QueryType
Source§impl QueryType
Generated from ‘VK_KHR_video_encode_queue’
impl QueryType
Generated from ‘VK_KHR_video_encode_queue’
pub const VIDEO_ENCODE_FEEDBACK_KHR: QueryType
Source§impl QueryType
Generated from ‘VK_EXT_mesh_shader’
impl QueryType
Generated from ‘VK_EXT_mesh_shader’
pub const MESH_PRIMITIVES_GENERATED_EXT: QueryType
Source§impl QueryType
Generated from ‘VK_EXT_primitives_generated_query’
impl QueryType
Generated from ‘VK_EXT_primitives_generated_query’
pub const PRIMITIVES_GENERATED_EXT: QueryType
Source§impl QueryType
Generated from ‘VK_EXT_opacity_micromap’
impl QueryType
Generated from ‘VK_EXT_opacity_micromap’
pub const MICROMAP_SERIALIZATION_SIZE_EXT: QueryType
pub const MICROMAP_COMPACTED_SIZE_EXT: QueryType
Trait Implementations§
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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
Source§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.Source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait.Source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.