pub struct ShadingRatePaletteEntryNV(/* private fields */);
Expand description
Implementations§
Source§impl ShadingRatePaletteEntryNV
impl ShadingRatePaletteEntryNV
pub const NO_INVOCATIONS: Self = _
pub const TYPE_16_INVOCATIONS_PER_PIXEL: Self = _
pub const TYPE_8_INVOCATIONS_PER_PIXEL: Self = _
pub const TYPE_4_INVOCATIONS_PER_PIXEL: Self = _
pub const TYPE_2_INVOCATIONS_PER_PIXEL: Self = _
pub const TYPE_1_INVOCATION_PER_PIXEL: Self = _
pub const TYPE_1_INVOCATION_PER_2X1_PIXELS: Self = _
pub const TYPE_1_INVOCATION_PER_1X2_PIXELS: Self = _
pub const TYPE_1_INVOCATION_PER_2X2_PIXELS: Self = _
pub const TYPE_1_INVOCATION_PER_4X2_PIXELS: Self = _
pub const TYPE_1_INVOCATION_PER_2X4_PIXELS: Self = _
pub const TYPE_1_INVOCATION_PER_4X4_PIXELS: Self = _
Trait Implementations§
Source§impl Clone for ShadingRatePaletteEntryNV
impl Clone for ShadingRatePaletteEntryNV
Source§fn clone(&self) -> ShadingRatePaletteEntryNV
fn clone(&self) -> ShadingRatePaletteEntryNV
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 Debug for ShadingRatePaletteEntryNV
impl Debug for ShadingRatePaletteEntryNV
Source§impl Default for ShadingRatePaletteEntryNV
impl Default for ShadingRatePaletteEntryNV
Source§fn default() -> ShadingRatePaletteEntryNV
fn default() -> ShadingRatePaletteEntryNV
Returns the “default value” for a type. Read more
Source§impl Hash for ShadingRatePaletteEntryNV
impl Hash for ShadingRatePaletteEntryNV
Source§impl Ord for ShadingRatePaletteEntryNV
impl Ord for ShadingRatePaletteEntryNV
Source§fn cmp(&self, other: &ShadingRatePaletteEntryNV) -> Ordering
fn cmp(&self, other: &ShadingRatePaletteEntryNV) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ShadingRatePaletteEntryNV
impl PartialOrd for ShadingRatePaletteEntryNV
impl Copy for ShadingRatePaletteEntryNV
impl Eq for ShadingRatePaletteEntryNV
impl StructuralPartialEq for ShadingRatePaletteEntryNV
Auto Trait Implementations§
impl Freeze for ShadingRatePaletteEntryNV
impl RefUnwindSafe for ShadingRatePaletteEntryNV
impl Send for ShadingRatePaletteEntryNV
impl Sync for ShadingRatePaletteEntryNV
impl Unpin for ShadingRatePaletteEntryNV
impl UnwindSafe for ShadingRatePaletteEntryNV
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)