#[repr(C)]pub struct VkPhysicalDeviceFragmentDensityMap2PropertiesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub subsampledLoads: VkBool32,
pub subsampledCoarseReconstructionEarlyAccess: VkBool32,
pub maxSubsampledArrayLayers: u32,
pub maxDescriptorSetSubsampledSamplers: u32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§subsampledLoads: VkBool32
§subsampledCoarseReconstructionEarlyAccess: VkBool32
§maxSubsampledArrayLayers: u32
§maxDescriptorSetSubsampledSamplers: u32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
impl Clone for VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
Source§fn clone(&self) -> VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
fn clone(&self) -> VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
impl RefUnwindSafe for VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
impl !Send for VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
impl !Sync for VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
impl Unpin for VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
impl UnwindSafe for VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
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