Struct lava::VkFramebufferCreateInfo[][src]

pub struct VkFramebufferCreateInfo<'a, 'b> {
    pub flags: VkFramebufferCreateFlags,
    pub render_pass: &'a VkRenderPass,
    pub attachments: &'b [VkImageView],
    pub width: usize,
    pub height: usize,
    pub layers: usize,
}

Fields

Trait Implementations

impl<'a, 'b> Debug for VkFramebufferCreateInfo<'a, 'b>
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b> Clone for VkFramebufferCreateInfo<'a, 'b>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkFramebufferCreateInfo<'static, 'static>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a, 'b> !Send for VkFramebufferCreateInfo<'a, 'b>

impl<'a, 'b> !Sync for VkFramebufferCreateInfo<'a, 'b>