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