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