Struct lava::vk_descriptor_buffer_info::VkDescriptorBufferInfo[][src]

pub struct VkDescriptorBufferInfo<'a> {
    pub buffer: &'a VkBuffer,
    pub offset: usize,
    pub range: usize,
}

Fields

Trait Implementations

impl<'a> Debug for VkDescriptorBufferInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkDescriptorBufferInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDescriptorBufferInfo<'static>
[src]

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

Auto Trait Implementations

impl<'a> !Send for VkDescriptorBufferInfo<'a>

impl<'a> !Sync for VkDescriptorBufferInfo<'a>