Struct ash::vk::FragmentShadingRateCombinerOpKHR
source · pub struct FragmentShadingRateCombinerOpKHR(/* private fields */);
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 for FragmentShadingRateCombinerOpKHR
impl PartialEq 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 for FragmentShadingRateCombinerOpKHR
impl PartialOrd 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 moreimpl Copy for FragmentShadingRateCombinerOpKHR
impl Eq for FragmentShadingRateCombinerOpKHR
impl StructuralPartialEq for FragmentShadingRateCombinerOpKHR
Auto Trait Implementations§
impl Freeze for FragmentShadingRateCombinerOpKHR
impl RefUnwindSafe for FragmentShadingRateCombinerOpKHR
impl Send for FragmentShadingRateCombinerOpKHR
impl Sync for FragmentShadingRateCombinerOpKHR
impl Unpin for FragmentShadingRateCombinerOpKHR
impl UnwindSafe for FragmentShadingRateCombinerOpKHR
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