#[repr(C)]pub struct PipelineRasterizationLineStateCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub line_rasterization_mode: LineRasterizationModeEXT,
pub stippled_line_enable: Bool32,
pub line_stipple_factor: u32,
pub line_stipple_pattern: u16,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidline_rasterization_mode: LineRasterizationModeEXTstippled_line_enable: Bool32line_stipple_factor: u32line_stipple_pattern: u16Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more