#[repr(C)]pub struct PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_fragment_shading_rate_invocation_count: SampleCountFlags,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§max_fragment_shading_rate_invocation_count: SampleCountFlags
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
impl<'a> PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
pub fn max_fragment_shading_rate_invocation_count( self, max_fragment_shading_rate_invocation_count: SampleCountFlags, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
impl<'a> Clone for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
source§fn clone(&self) -> PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
fn clone(&self) -> PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
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<'a> Debug for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
impl<'a> Debug for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
impl<'a> TaggedStructure for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_PROPERTIES_NV
impl<'a> Copy for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'_>
impl Send for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'_>
impl Sync for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
impl<'a> Unpin for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentShadingRateEnumsPropertiesNV<'a>
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