#[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: RasterizationOrderAMD
Implementations§
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 moresource§impl TaggedStructure for PipelineRasterizationStateRasterizationOrderAMD
impl TaggedStructure for PipelineRasterizationStateRasterizationOrderAMD
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_RASTERIZATION_STATE_RASTERIZATION_ORDER_AMD
impl Copy for PipelineRasterizationStateRasterizationOrderAMD
impl ExtendsPipelineRasterizationStateCreateInfo for PipelineRasterizationStateRasterizationOrderAMD
Auto Trait Implementations§
impl Freeze for PipelineRasterizationStateRasterizationOrderAMD
impl RefUnwindSafe for PipelineRasterizationStateRasterizationOrderAMD
impl !Send for PipelineRasterizationStateRasterizationOrderAMD
impl !Sync for PipelineRasterizationStateRasterizationOrderAMD
impl Unpin for PipelineRasterizationStateRasterizationOrderAMD
impl UnwindSafe for PipelineRasterizationStateRasterizationOrderAMD
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more