pub struct PhysicalDeviceSynchronization2FeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceSynchronization2FeaturesBuilder<'a>
impl<'a> PhysicalDeviceSynchronization2FeaturesBuilder<'a>
pub fn synchronization2(self, synchronization2: bool) -> Self
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>
source§impl<'a> DerefMut for PhysicalDeviceSynchronization2FeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceSynchronization2FeaturesBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceSynchronization2FeaturesBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceSynchronization2FeaturesBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceSynchronization2FeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceSynchronization2FeaturesBuilder<'a>
impl<'a> !Send for PhysicalDeviceSynchronization2FeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceSynchronization2FeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceSynchronization2FeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceSynchronization2FeaturesBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more