#[repr(C)]pub struct PipelineViewportShadingRateImageStateCreateInfoNV {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub shading_rate_image_enable: Bool32,
    pub viewport_count: u32,
    pub p_shading_rate_palettes: *const ShadingRatePaletteNV,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§shading_rate_image_enable: Bool32§viewport_count: u32§p_shading_rate_palettes: *const ShadingRatePaletteNVImplementations§
Trait Implementations§
Source§impl Clone for PipelineViewportShadingRateImageStateCreateInfoNV
 
impl Clone for PipelineViewportShadingRateImageStateCreateInfoNV
Source§fn clone(&self) -> PipelineViewportShadingRateImageStateCreateInfoNV
 
fn clone(&self) -> PipelineViewportShadingRateImageStateCreateInfoNV
Returns a duplicate 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 moreimpl Copy for PipelineViewportShadingRateImageStateCreateInfoNV
impl ExtendsPipelineViewportStateCreateInfo for PipelineViewportShadingRateImageStateCreateInfoNV
Auto Trait Implementations§
impl Freeze for PipelineViewportShadingRateImageStateCreateInfoNV
impl RefUnwindSafe for PipelineViewportShadingRateImageStateCreateInfoNV
impl !Send for PipelineViewportShadingRateImageStateCreateInfoNV
impl !Sync for PipelineViewportShadingRateImageStateCreateInfoNV
impl Unpin for PipelineViewportShadingRateImageStateCreateInfoNV
impl UnwindSafe for PipelineViewportShadingRateImageStateCreateInfoNV
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