Struct ash::vk::PhysicalDeviceHostQueryResetFeatures
source · #[repr(C)]pub struct PhysicalDeviceHostQueryResetFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub host_query_reset: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§host_query_reset: Bool32
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