Struct vulkanalia_sys::PhysicalDeviceFragmentShadingRatePropertiesKHR [−][src]
Fields
s_type: StructureTypenext: *mut c_voidmin_fragment_shading_rate_attachment_texel_size: Extent2Dmax_fragment_shading_rate_attachment_texel_size: Extent2Dmax_fragment_shading_rate_attachment_texel_size_aspect_ratio: u32primitive_fragment_shading_rate_with_multiple_viewports: Bool32layered_shading_rate_attachments: Bool32fragment_shading_rate_non_trivial_combiner_ops: Bool32max_fragment_size: Extent2Dmax_fragment_size_aspect_ratio: u32max_fragment_shading_rate_coverage_samples: u32max_fragment_shading_rate_rasterization_samples: SampleCountFlagsfragment_shading_rate_with_shader_depth_stencil_writes: Bool32fragment_shading_rate_with_sample_mask: Bool32fragment_shading_rate_with_shader_sample_mask: Bool32fragment_shading_rate_with_conservative_rasterization: Bool32fragment_shading_rate_with_fragment_shader_interlock: Bool32fragment_shading_rate_with_custom_sample_locations: Bool32fragment_shading_rate_strict_multiply_combiner: Bool32Trait Implementations
impl Clone for PhysicalDeviceFragmentShadingRatePropertiesKHR[src]
fn clone(&self) -> PhysicalDeviceFragmentShadingRatePropertiesKHR[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PhysicalDeviceFragmentShadingRatePropertiesKHR[src]
impl Debug for PhysicalDeviceFragmentShadingRatePropertiesKHR[src]
impl Default for PhysicalDeviceFragmentShadingRatePropertiesKHR[src]
impl Eq for PhysicalDeviceFragmentShadingRatePropertiesKHR[src]
impl Hash for PhysicalDeviceFragmentShadingRatePropertiesKHR[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<PhysicalDeviceFragmentShadingRatePropertiesKHR> for PhysicalDeviceFragmentShadingRatePropertiesKHR[src]
fn eq(&self, other: &PhysicalDeviceFragmentShadingRatePropertiesKHR) -> bool[src]
fn ne(&self, other: &PhysicalDeviceFragmentShadingRatePropertiesKHR) -> bool[src]
impl StructuralEq for PhysicalDeviceFragmentShadingRatePropertiesKHR[src]
impl StructuralPartialEq for PhysicalDeviceFragmentShadingRatePropertiesKHR[src]
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl !Send for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl !Sync for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl Unpin for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl UnwindSafe for PhysicalDeviceFragmentShadingRatePropertiesKHR
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,