pub struct PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
pub fn timeline_semaphore(self, timeline_semaphore: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceTimelineSemaphoreFeatures
pub fn build(self) -> PhysicalDeviceTimelineSemaphoreFeatures
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 PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> !Send for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'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