Struct lava::VkBufferMemoryRequirementsInfo2[][src]

pub struct VkBufferMemoryRequirementsInfo2<'a> {
    pub buffer: &'a VkBuffer,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkBufferMemoryRequirementsInfo2<'static>
[src]

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

Auto Trait Implementations