Struct lava::vk_bind_image_memory_info::VkBindImageMemoryInfo[][src]

pub struct VkBindImageMemoryInfo<'a, 'b> {
    pub image: &'a VkImage,
    pub memory: &'b VkDeviceMemory,
    pub memory_offset: usize,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

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

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