Struct lava::VkSparseImageMemoryBindInfo[][src]

pub struct VkSparseImageMemoryBindInfo<'a, 'b, 'c> where
    'c: 'b, 
{ pub image: &'a VkImage, pub binds: &'b [VkSparseImageMemoryBind<'c>], }

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a, 'b, 'c> Clone for VkSparseImageMemoryBindInfo<'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 VkSparseImageMemoryBindInfo<'static, 'static, 'static>
[src]

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

Auto Trait Implementations

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

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