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