Struct ash::vk::RenderingAttachmentLocationInfoKHR
source · #[repr(C)]pub struct RenderingAttachmentLocationInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub color_attachment_count: u32,
pub p_color_attachment_locations: *const u32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§color_attachment_count: u32
§p_color_attachment_locations: *const u32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> RenderingAttachmentLocationInfoKHR<'a>
impl<'a> RenderingAttachmentLocationInfoKHR<'a>
pub fn color_attachment_locations( self, color_attachment_locations: &'a [u32], ) -> Self
Trait Implementations§
source§impl<'a> Clone for RenderingAttachmentLocationInfoKHR<'a>
impl<'a> Clone for RenderingAttachmentLocationInfoKHR<'a>
source§fn clone(&self) -> RenderingAttachmentLocationInfoKHR<'a>
fn clone(&self) -> RenderingAttachmentLocationInfoKHR<'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 RenderingAttachmentLocationInfoKHR<'a>
impl<'a> Debug for RenderingAttachmentLocationInfoKHR<'a>
source§impl Default for RenderingAttachmentLocationInfoKHR<'_>
impl Default for RenderingAttachmentLocationInfoKHR<'_>
source§impl<'a> TaggedStructure for RenderingAttachmentLocationInfoKHR<'a>
impl<'a> TaggedStructure for RenderingAttachmentLocationInfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::RENDERING_ATTACHMENT_LOCATION_INFO_KHR
impl<'a> Copy for RenderingAttachmentLocationInfoKHR<'a>
impl ExtendsCommandBufferInheritanceInfo for RenderingAttachmentLocationInfoKHR<'_>
impl ExtendsGraphicsPipelineCreateInfo for RenderingAttachmentLocationInfoKHR<'_>
impl Send for RenderingAttachmentLocationInfoKHR<'_>
impl Sync for RenderingAttachmentLocationInfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for RenderingAttachmentLocationInfoKHR<'a>
impl<'a> RefUnwindSafe for RenderingAttachmentLocationInfoKHR<'a>
impl<'a> Unpin for RenderingAttachmentLocationInfoKHR<'a>
impl<'a> UnwindSafe for RenderingAttachmentLocationInfoKHR<'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