Struct ash::vk::FragmentShadingRateCombinerOpKHR
source · #[repr(transparent)]pub struct FragmentShadingRateCombinerOpKHR(_);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for FragmentShadingRateCombinerOpKHR
impl Clone for FragmentShadingRateCombinerOpKHR
source§fn clone(&self) -> FragmentShadingRateCombinerOpKHR
fn clone(&self) -> FragmentShadingRateCombinerOpKHR
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 Default for FragmentShadingRateCombinerOpKHR
impl Default for FragmentShadingRateCombinerOpKHR
source§fn default() -> FragmentShadingRateCombinerOpKHR
fn default() -> FragmentShadingRateCombinerOpKHR
Returns the “default value” for a type. Read more
source§impl Ord for FragmentShadingRateCombinerOpKHR
impl Ord for FragmentShadingRateCombinerOpKHR
source§fn cmp(&self, other: &FragmentShadingRateCombinerOpKHR) -> Ordering
fn cmp(&self, other: &FragmentShadingRateCombinerOpKHR) -> 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 PartialEq<FragmentShadingRateCombinerOpKHR> for FragmentShadingRateCombinerOpKHR
impl PartialEq<FragmentShadingRateCombinerOpKHR> for FragmentShadingRateCombinerOpKHR
source§fn eq(&self, other: &FragmentShadingRateCombinerOpKHR) -> bool
fn eq(&self, other: &FragmentShadingRateCombinerOpKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<FragmentShadingRateCombinerOpKHR> for FragmentShadingRateCombinerOpKHR
impl PartialOrd<FragmentShadingRateCombinerOpKHR> for FragmentShadingRateCombinerOpKHR
source§fn partial_cmp(
&self,
other: &FragmentShadingRateCombinerOpKHR
) -> Option<Ordering>
fn partial_cmp( &self, other: &FragmentShadingRateCombinerOpKHR ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more