#[repr(C)]pub struct PhysicalDeviceLineRasterizationFeaturesEXT {
    pub s_type: StructureType,
    pub p_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,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§rectangular_lines: Bool32§bresenham_lines: Bool32§smooth_lines: Bool32§stippled_rectangular_lines: Bool32§stippled_bresenham_lines: Bool32§stippled_smooth_lines: Bool32Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceLineRasterizationFeaturesEXT
 
impl Clone for PhysicalDeviceLineRasterizationFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceLineRasterizationFeaturesEXT
 
fn clone(&self) -> PhysicalDeviceLineRasterizationFeaturesEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more