#[repr(C)]pub struct PipelineRasterizationStateRasterizationOrderAMD {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub rasterization_order: RasterizationOrderAMD,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§rasterization_order: RasterizationOrderAMDImplementations§
Trait Implementations§
source§impl Clone for PipelineRasterizationStateRasterizationOrderAMD
 
impl Clone for PipelineRasterizationStateRasterizationOrderAMD
source§fn clone(&self) -> PipelineRasterizationStateRasterizationOrderAMD
 
fn clone(&self) -> PipelineRasterizationStateRasterizationOrderAMD
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