#[repr(transparent)]pub struct FragmentShadingRateTypeNV(_);Expand description
Implementations
sourceimpl FragmentShadingRateTypeNV
impl FragmentShadingRateTypeNV
pub const FRAGMENT_SIZE: FragmentShadingRateTypeNV = Self(0)
pub const ENUMS: FragmentShadingRateTypeNV = Self(1)
Trait Implementations
sourceimpl Clone for FragmentShadingRateTypeNV
impl Clone for FragmentShadingRateTypeNV
sourcefn clone(&self) -> FragmentShadingRateTypeNV
fn clone(&self) -> FragmentShadingRateTypeNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FragmentShadingRateTypeNV
impl Debug for FragmentShadingRateTypeNV
sourceimpl Default for FragmentShadingRateTypeNV
impl Default for FragmentShadingRateTypeNV
sourcefn default() -> FragmentShadingRateTypeNV
fn default() -> FragmentShadingRateTypeNV
Returns the “default value” for a type. Read more
sourceimpl Hash for FragmentShadingRateTypeNV
impl Hash for FragmentShadingRateTypeNV
sourceimpl Ord for FragmentShadingRateTypeNV
impl Ord for FragmentShadingRateTypeNV
sourceimpl PartialEq<FragmentShadingRateTypeNV> for FragmentShadingRateTypeNV
impl PartialEq<FragmentShadingRateTypeNV> for FragmentShadingRateTypeNV
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &FragmentShadingRateTypeNV) -> bool
fn ne(&self, other: &FragmentShadingRateTypeNV) -> bool
This method tests for !=.
sourceimpl PartialOrd<FragmentShadingRateTypeNV> for FragmentShadingRateTypeNV
impl PartialOrd<FragmentShadingRateTypeNV> for FragmentShadingRateTypeNV
sourcefn partial_cmp(&self, other: &FragmentShadingRateTypeNV) -> Option<Ordering>
fn partial_cmp(&self, other: &FragmentShadingRateTypeNV) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for FragmentShadingRateTypeNV
impl Eq for FragmentShadingRateTypeNV
impl StructuralEq for FragmentShadingRateTypeNV
impl StructuralPartialEq for FragmentShadingRateTypeNV
Auto Trait Implementations
impl RefUnwindSafe for FragmentShadingRateTypeNV
impl Send for FragmentShadingRateTypeNV
impl Sync for FragmentShadingRateTypeNV
impl Unpin for FragmentShadingRateTypeNV
impl UnwindSafe for FragmentShadingRateTypeNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more