#[repr(C)]pub struct RenderPassFragmentDensityMapCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub fragment_density_map_attachment: AttachmentReference,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidfragment_density_map_attachment: AttachmentReferenceImplementations
Trait Implementations
sourceimpl Clone for RenderPassFragmentDensityMapCreateInfoEXT
impl Clone for RenderPassFragmentDensityMapCreateInfoEXT
sourcefn clone(&self) -> RenderPassFragmentDensityMapCreateInfoEXT
fn clone(&self) -> RenderPassFragmentDensityMapCreateInfoEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for RenderPassFragmentDensityMapCreateInfoEXT
impl Default for RenderPassFragmentDensityMapCreateInfoEXT
sourcefn default() -> RenderPassFragmentDensityMapCreateInfoEXT
fn default() -> RenderPassFragmentDensityMapCreateInfoEXT
Returns the “default value” for a type. Read more
impl Copy for RenderPassFragmentDensityMapCreateInfoEXT
impl ExtendsRenderPassCreateInfo for RenderPassFragmentDensityMapCreateInfoEXT
impl ExtendsRenderPassCreateInfo2 for RenderPassFragmentDensityMapCreateInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for RenderPassFragmentDensityMapCreateInfoEXT
impl !Send for RenderPassFragmentDensityMapCreateInfoEXT
impl !Sync for RenderPassFragmentDensityMapCreateInfoEXT
impl Unpin for RenderPassFragmentDensityMapCreateInfoEXT
impl UnwindSafe for RenderPassFragmentDensityMapCreateInfoEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more