pub struct PhysicalDeviceSynchronization2FeaturesBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceSynchronization2FeaturesBuilder<'a>
impl<'a> PhysicalDeviceSynchronization2FeaturesBuilder<'a>
pub fn synchronization2( self, synchronization2: bool ) -> PhysicalDeviceSynchronization2FeaturesBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceSynchronization2Features
pub fn build(self) -> PhysicalDeviceSynchronization2Features
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 PhysicalDeviceSynchronization2FeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceSynchronization2FeaturesBuilder<'a>
§type Target = PhysicalDeviceSynchronization2Features
type Target = PhysicalDeviceSynchronization2Features
The resulting type after dereferencing.