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 ) -> PhysicalDeviceHostQueryResetFeaturesBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceHostQueryResetFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceHostQueryResetFeaturesBuilder<'a>
§type Target = PhysicalDeviceHostQueryResetFeatures
type Target = PhysicalDeviceHostQueryResetFeatures
The resulting type after dereferencing.