#[repr(C)]pub struct PipelineViewportCoarseSampleOrderStateCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub sample_order_type: CoarseSampleOrderTypeNV,
pub custom_sample_order_count: u32,
pub p_custom_sample_orders: *const CoarseSampleOrderCustomNV,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§sample_order_type: CoarseSampleOrderTypeNV
§custom_sample_order_count: u32
§p_custom_sample_orders: *const CoarseSampleOrderCustomNV
Implementations§
Trait Implementations§
source§impl Clone for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl Clone for PipelineViewportCoarseSampleOrderStateCreateInfoNV
source§fn clone(&self) -> PipelineViewportCoarseSampleOrderStateCreateInfoNV
fn clone(&self) -> PipelineViewportCoarseSampleOrderStateCreateInfoNV
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 PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl TaggedStructure for PipelineViewportCoarseSampleOrderStateCreateInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_VIEWPORT_COARSE_SAMPLE_ORDER_STATE_CREATE_INFO_NV
impl Copy for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl ExtendsPipelineViewportStateCreateInfo for PipelineViewportCoarseSampleOrderStateCreateInfoNV
Auto Trait Implementations§
impl Freeze for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl RefUnwindSafe for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl !Send for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl !Sync for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl Unpin for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl UnwindSafe for PipelineViewportCoarseSampleOrderStateCreateInfoNV
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