pub struct PhysicalDeviceExternalFenceInfoBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceExternalFenceInfo with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> PhysicalDeviceExternalFenceInfoBuilder<'a>
pub fn handle_type(self, value: ExternalFenceHandleTypeFlagBits) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceExternalFenceInfo>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceExternalFenceInfo>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceExternalFenceInfo’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> Deref for PhysicalDeviceExternalFenceInfoBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> !Send for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> !Sync for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> Unpin for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceExternalFenceInfoBuilder<'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