Struct ash::vk::RenderPassFragmentDensityMapCreateInfoEXT
source · #[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: StructureType
§p_next: *const c_void
§fragment_density_map_attachment: AttachmentReference
Implementations§
Trait Implementations§
source§impl Clone for RenderPassFragmentDensityMapCreateInfoEXT
impl Clone for RenderPassFragmentDensityMapCreateInfoEXT
source§fn clone(&self) -> RenderPassFragmentDensityMapCreateInfoEXT
fn clone(&self) -> RenderPassFragmentDensityMapCreateInfoEXT
Returns a copy 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 moresource§impl TaggedStructure for RenderPassFragmentDensityMapCreateInfoEXT
impl TaggedStructure for RenderPassFragmentDensityMapCreateInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::RENDER_PASS_FRAGMENT_DENSITY_MAP_CREATE_INFO_EXT
impl Copy for RenderPassFragmentDensityMapCreateInfoEXT
impl ExtendsRenderPassCreateInfo for RenderPassFragmentDensityMapCreateInfoEXT
impl ExtendsRenderPassCreateInfo2 for RenderPassFragmentDensityMapCreateInfoEXT
Auto Trait Implementations§
impl Freeze for RenderPassFragmentDensityMapCreateInfoEXT
impl RefUnwindSafe for RenderPassFragmentDensityMapCreateInfoEXT
impl !Send for RenderPassFragmentDensityMapCreateInfoEXT
impl !Sync for RenderPassFragmentDensityMapCreateInfoEXT
impl Unpin for RenderPassFragmentDensityMapCreateInfoEXT
impl UnwindSafe for RenderPassFragmentDensityMapCreateInfoEXT
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