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