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, ) -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMGBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMGBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMGBuilder<'a>
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>
Source§type Target = PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
type Target = PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDeviceRelaxedLineRasterizationFeaturesIMGBuilder<'a>
impl<'a> DerefMut 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