#[repr(C)]pub struct PhysicalDeviceFragmentDensityMap2PropertiesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub subsampledLoads: Bool32,
pub subsampledCoarseReconstructionEarlyAccess: Bool32,
pub maxSubsampledArrayLayers: u32,
pub maxDescriptorSetSubsampledSamplers: u32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§subsampledLoads: Bool32
§subsampledCoarseReconstructionEarlyAccess: Bool32
§maxSubsampledArrayLayers: u32
§maxDescriptorSetSubsampledSamplers: u32
Trait Implementations§
Source§impl Clone for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl Clone for PhysicalDeviceFragmentDensityMap2PropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
fn clone(&self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
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 PhysicalDeviceFragmentDensityMap2PropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl RefUnwindSafe for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl !Send for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl !Sync for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl Unpin for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl UnwindSafe for PhysicalDeviceFragmentDensityMap2PropertiesEXT
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