Struct vulkanalia_sys::ShadingRatePaletteNV
source · [−]#[repr(C)]pub struct ShadingRatePaletteNV {
pub shading_rate_palette_entry_count: u32,
pub shading_rate_palette_entries: *const ShadingRatePaletteEntryNV,
}Expand description
Fields
shading_rate_palette_entry_count: u32shading_rate_palette_entries: *const ShadingRatePaletteEntryNVTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ShadingRatePaletteNV
impl !Send for ShadingRatePaletteNV
impl !Sync for ShadingRatePaletteNV
impl Unpin for ShadingRatePaletteNV
impl UnwindSafe for ShadingRatePaletteNV
Blanket Implementations
Mutably borrows from an owned value. Read more