#[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: StructureTypep_next: *const c_voidsample_order_type: CoarseSampleOrderTypeNVcustom_sample_order_count: u32p_custom_sample_orders: *const CoarseSampleOrderCustomNVImplementations
Trait Implementations
sourceimpl Clone for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl Clone for PipelineViewportCoarseSampleOrderStateCreateInfoNV
sourcefn clone(&self) -> PipelineViewportCoarseSampleOrderStateCreateInfoNV
fn clone(&self) -> PipelineViewportCoarseSampleOrderStateCreateInfoNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl Default for PipelineViewportCoarseSampleOrderStateCreateInfoNV
sourcefn default() -> PipelineViewportCoarseSampleOrderStateCreateInfoNV
fn default() -> PipelineViewportCoarseSampleOrderStateCreateInfoNV
Returns the “default value” for a type. Read more
impl Copy for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl ExtendsPipelineViewportStateCreateInfo for PipelineViewportCoarseSampleOrderStateCreateInfoNV
Auto Trait Implementations
impl RefUnwindSafe for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl !Send for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl !Sync for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl Unpin for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl UnwindSafe for PipelineViewportCoarseSampleOrderStateCreateInfoNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more