#[repr(C)]pub struct PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a> {
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<'a>,
pub _marker: PhantomData<&'a ()>,
}
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<'a>
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
impl<'a> PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
pub fn sample_order_type( self, sample_order_type: CoarseSampleOrderTypeNV, ) -> Self
pub fn custom_sample_orders( self, custom_sample_orders: &'a [CoarseSampleOrderCustomNV<'a>], ) -> Self
Trait Implementations§
source§impl<'a> Clone for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
impl<'a> Clone for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
source§fn clone(&self) -> PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
fn clone(&self) -> PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
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<'a> Debug for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
impl<'a> Debug for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
source§impl<'a> TaggedStructure for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
impl<'a> TaggedStructure for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_VIEWPORT_COARSE_SAMPLE_ORDER_STATE_CREATE_INFO_NV
impl<'a> Copy for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
impl ExtendsPipelineViewportStateCreateInfo for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'_>
impl Send for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'_>
impl Sync for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
impl<'a> RefUnwindSafe for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
impl<'a> Unpin for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
impl<'a> UnwindSafe for PipelineViewportCoarseSampleOrderStateCreateInfoNV<'a>
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