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 PartialOrd for FragmentShadingRateTypeNV
impl PartialOrd for FragmentShadingRateTypeNV
impl 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
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
)