Struct lava::VkMemoryDedicatedAllocateInfo[][src]

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

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

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

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