Struct lava::VkBindBufferMemoryInfo[][src]

pub struct VkBindBufferMemoryInfo<'a, 'b> {
    pub buffer: &'a VkBuffer,
    pub memory: &'b VkDeviceMemory,
    pub memory_offset: usize,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

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

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