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