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