Type Alias ash::vk::PhysicalDeviceHostQueryResetFeaturesEXT
source · pub type PhysicalDeviceHostQueryResetFeaturesEXT = PhysicalDeviceHostQueryResetFeatures;
Aliased Type§
struct PhysicalDeviceHostQueryResetFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub host_query_reset: u32,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§host_query_reset: u32
Implementations
source§impl PhysicalDeviceHostQueryResetFeatures
impl PhysicalDeviceHostQueryResetFeatures
pub fn builder<'a>() -> PhysicalDeviceHostQueryResetFeaturesBuilder<'a>
Trait Implementations
source§impl Clone for PhysicalDeviceHostQueryResetFeatures
impl Clone for PhysicalDeviceHostQueryResetFeatures
source§fn clone(&self) -> PhysicalDeviceHostQueryResetFeatures
fn clone(&self) -> PhysicalDeviceHostQueryResetFeatures
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more