Struct ash::vk::FragmentShadingRateTypeNV
source · pub struct FragmentShadingRateTypeNV(/* private fields */);
Expand description
Implementations§
source§impl FragmentShadingRateTypeNV
impl FragmentShadingRateTypeNV
pub const FRAGMENT_SIZE: Self = _
pub const ENUMS: Self = _
Trait Implementations§
source§impl Clone for FragmentShadingRateTypeNV
impl Clone for FragmentShadingRateTypeNV
source§fn clone(&self) -> FragmentShadingRateTypeNV
fn clone(&self) -> FragmentShadingRateTypeNV
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 FragmentShadingRateTypeNV
impl Debug for FragmentShadingRateTypeNV
source§impl Default for FragmentShadingRateTypeNV
impl Default for FragmentShadingRateTypeNV
source§fn default() -> FragmentShadingRateTypeNV
fn default() -> FragmentShadingRateTypeNV
Returns the “default value” for a type. Read more
source§impl Hash for FragmentShadingRateTypeNV
impl Hash for FragmentShadingRateTypeNV
source§impl Ord for FragmentShadingRateTypeNV
impl Ord for FragmentShadingRateTypeNV
source§fn cmp(&self, other: &FragmentShadingRateTypeNV) -> Ordering
fn cmp(&self, other: &FragmentShadingRateTypeNV) -> 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 FragmentShadingRateTypeNV
impl PartialEq for FragmentShadingRateTypeNV
source§fn eq(&self, other: &FragmentShadingRateTypeNV) -> bool
fn eq(&self, other: &FragmentShadingRateTypeNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for FragmentShadingRateTypeNV
impl PartialOrd for FragmentShadingRateTypeNV
source§fn partial_cmp(&self, other: &FragmentShadingRateTypeNV) -> Option<Ordering>
fn partial_cmp(&self, other: &FragmentShadingRateTypeNV) -> 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 FragmentShadingRateTypeNV
impl Eq for FragmentShadingRateTypeNV
impl StructuralPartialEq for FragmentShadingRateTypeNV
Auto Trait Implementations§
impl Freeze for FragmentShadingRateTypeNV
impl RefUnwindSafe for FragmentShadingRateTypeNV
impl Send for FragmentShadingRateTypeNV
impl Sync for FragmentShadingRateTypeNV
impl Unpin for FragmentShadingRateTypeNV
impl UnwindSafe for FragmentShadingRateTypeNV
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