Struct lava::nv::VkDedicatedAllocationMemoryAllocateInfo[][src]

pub struct VkDedicatedAllocationMemoryAllocateInfo<'a, 'b> {
    pub image: Option<&'a VkImage>,
    pub buffer: Option<&'b VkBuffer>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations