Struct lava::VkSparseImageOpaqueMemoryBindInfo[][src]

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

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

Auto Trait Implementations

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

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