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