Struct lava::VkSparseBufferMemoryBindInfo[][src]

pub struct VkSparseBufferMemoryBindInfo<'a, 'b, 'c> where
    'c: 'b, 
{ pub buffer: &'a VkBuffer, pub binds: &'b [VkSparseMemoryBind<'c>], }

Fields

Trait Implementations

impl<'a, 'b, 'c> Debug for VkSparseBufferMemoryBindInfo<'a, 'b, 'c> where
    'c: 'b, 
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b, 'c> Clone for VkSparseBufferMemoryBindInfo<'a, 'b, 'c> where
    'c: 'b, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

impl<'a, 'b, 'c> !Send for VkSparseBufferMemoryBindInfo<'a, 'b, 'c>

impl<'a, 'b, 'c> !Sync for VkSparseBufferMemoryBindInfo<'a, 'b, 'c>