Struct pilka_dyn::ash::vk::PhysicalDeviceLineRasterizationFeaturesEXT[]

#[repr(C)]pub struct PhysicalDeviceLineRasterizationFeaturesEXT {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub rectangular_lines: u32,
    pub bresenham_lines: u32,
    pub smooth_lines: u32,
    pub stippled_rectangular_lines: u32,
    pub stippled_bresenham_lines: u32,
    pub stippled_smooth_lines: u32,
}

Fields

s_type: StructureTypep_next: *mut c_voidrectangular_lines: u32bresenham_lines: u32smooth_lines: u32stippled_rectangular_lines: u32stippled_bresenham_lines: u32stippled_smooth_lines: u32

Implementations

impl PhysicalDeviceLineRasterizationFeaturesEXT

Trait Implementations

impl Clone for PhysicalDeviceLineRasterizationFeaturesEXT

impl Copy for PhysicalDeviceLineRasterizationFeaturesEXT

impl Debug for PhysicalDeviceLineRasterizationFeaturesEXT

impl Default for PhysicalDeviceLineRasterizationFeaturesEXT

impl ExtendsDeviceCreateInfo for PhysicalDeviceLineRasterizationFeaturesEXT

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.