#[repr(C)]pub struct RenderingFragmentDensityMapAttachmentInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image_view: ImageView,
pub image_layout: ImageLayout,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§image_view: ImageView
§image_layout: ImageLayout
Implementations§
Trait Implementations§
source§impl Clone for RenderingFragmentDensityMapAttachmentInfoEXT
impl Clone for RenderingFragmentDensityMapAttachmentInfoEXT
source§fn clone(&self) -> RenderingFragmentDensityMapAttachmentInfoEXT
fn clone(&self) -> RenderingFragmentDensityMapAttachmentInfoEXT
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 RenderingFragmentDensityMapAttachmentInfoEXT
impl TaggedStructure for RenderingFragmentDensityMapAttachmentInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT
impl Copy for RenderingFragmentDensityMapAttachmentInfoEXT
impl ExtendsRenderingInfo for RenderingFragmentDensityMapAttachmentInfoEXT
Auto Trait Implementations§
impl Freeze for RenderingFragmentDensityMapAttachmentInfoEXT
impl RefUnwindSafe for RenderingFragmentDensityMapAttachmentInfoEXT
impl !Send for RenderingFragmentDensityMapAttachmentInfoEXT
impl !Sync for RenderingFragmentDensityMapAttachmentInfoEXT
impl Unpin for RenderingFragmentDensityMapAttachmentInfoEXT
impl UnwindSafe for RenderingFragmentDensityMapAttachmentInfoEXT
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