Struct vulkanalia::vk::PhysicalDeviceLineRasterizationFeaturesEXTBuilder[][src]

#[repr(transparent)]pub struct PhysicalDeviceLineRasterizationFeaturesEXTBuilder { /* fields omitted */ }

Implementations

impl PhysicalDeviceLineRasterizationFeaturesEXTBuilder[src]

pub fn rectangular_lines(self, rectangular_lines: bool) -> Self[src]

pub fn bresenham_lines(self, bresenham_lines: bool) -> Self[src]

pub fn smooth_lines(self, smooth_lines: bool) -> Self[src]

pub fn stippled_rectangular_lines(
    self,
    stippled_rectangular_lines: bool
) -> Self
[src]

pub fn stippled_bresenham_lines(self, stippled_bresenham_lines: bool) -> Self[src]

pub fn stippled_smooth_lines(self, stippled_smooth_lines: bool) -> Self[src]

pub fn build(self) -> PhysicalDeviceLineRasterizationFeaturesEXT[src]

Trait Implementations

impl Cast for PhysicalDeviceLineRasterizationFeaturesEXTBuilder[src]

type Target = PhysicalDeviceLineRasterizationFeaturesEXT

The other type this type type can be used interchangeably with in FFI.

impl Clone for PhysicalDeviceLineRasterizationFeaturesEXTBuilder[src]

impl Copy for PhysicalDeviceLineRasterizationFeaturesEXTBuilder[src]

impl Debug for PhysicalDeviceLineRasterizationFeaturesEXTBuilder[src]

impl Default for PhysicalDeviceLineRasterizationFeaturesEXTBuilder[src]

impl Deref for PhysicalDeviceLineRasterizationFeaturesEXTBuilder[src]

type Target = PhysicalDeviceLineRasterizationFeaturesEXT

The resulting type after dereferencing.

impl DerefMut for PhysicalDeviceLineRasterizationFeaturesEXTBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.