ash::vk

Type Alias FramebufferAttachmentsCreateInfoKHR

Source
pub type FramebufferAttachmentsCreateInfoKHR<'a> = FramebufferAttachmentsCreateInfo<'a>;

Aliased Type§

struct FramebufferAttachmentsCreateInfoKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub attachment_image_info_count: u32,
    pub p_attachment_image_infos: *const FramebufferAttachmentImageInfo<'a>,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§attachment_image_info_count: u32§p_attachment_image_infos: *const FramebufferAttachmentImageInfo<'a>§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> FramebufferAttachmentsCreateInfo<'a>

Source

pub fn attachment_image_infos( self, attachment_image_infos: &'a [FramebufferAttachmentImageInfo<'a>], ) -> Self

Trait Implementations

Source§

impl<'a> Clone for FramebufferAttachmentsCreateInfo<'a>

Source§

fn clone(&self) -> FramebufferAttachmentsCreateInfo<'a>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for FramebufferAttachmentsCreateInfo<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for FramebufferAttachmentsCreateInfo<'_>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TaggedStructure for FramebufferAttachmentsCreateInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::FRAMEBUFFER_ATTACHMENTS_CREATE_INFO

Source§

impl<'a> Copy for FramebufferAttachmentsCreateInfo<'a>

Source§

impl ExtendsFramebufferCreateInfo for FramebufferAttachmentsCreateInfo<'_>

Source§

impl Send for FramebufferAttachmentsCreateInfo<'_>

Source§

impl Sync for FramebufferAttachmentsCreateInfo<'_>