pub struct PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceTimelineSemaphoreFeatures with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
pub fn timeline_semaphore(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceTimelineSemaphoreFeatures>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceTimelineSemaphoreFeatures>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceTimelineSemaphoreFeatures’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
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> UnsafeUnpin 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