#[repr(transparent)]pub struct PhysicalDeviceHostQueryResetFeaturesBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceHostQueryResetFeaturesBuilder<'a>
 
impl<'a> PhysicalDeviceHostQueryResetFeaturesBuilder<'a>
pub fn host_query_reset(self, host_query_reset: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceHostQueryResetFeatures
 
pub fn build(self) -> PhysicalDeviceHostQueryResetFeatures
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.