Struct vulkanalia_sys::PhysicalDeviceLineRasterizationFeaturesEXT[][src]

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

Fields

s_type: StructureTypenext: *mut c_voidrectangular_lines: Bool32bresenham_lines: Bool32smooth_lines: Bool32stippled_rectangular_lines: Bool32stippled_bresenham_lines: Bool32stippled_smooth_lines: Bool32

Trait Implementations

impl Clone for PhysicalDeviceLineRasterizationFeaturesEXT[src]

impl Copy for PhysicalDeviceLineRasterizationFeaturesEXT[src]

impl Debug for PhysicalDeviceLineRasterizationFeaturesEXT[src]

impl Default for PhysicalDeviceLineRasterizationFeaturesEXT[src]

impl Eq for PhysicalDeviceLineRasterizationFeaturesEXT[src]

impl Hash for PhysicalDeviceLineRasterizationFeaturesEXT[src]

impl PartialEq<PhysicalDeviceLineRasterizationFeaturesEXT> for PhysicalDeviceLineRasterizationFeaturesEXT[src]

impl StructuralEq for PhysicalDeviceLineRasterizationFeaturesEXT[src]

impl StructuralPartialEq for PhysicalDeviceLineRasterizationFeaturesEXT[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.