Struct lava::VkSparseMemoryBind[][src]

pub struct VkSparseMemoryBind<'a> {
    pub resource_offset: usize,
    pub size: usize,
    pub memory: Option<&'a VkDeviceMemory>,
    pub memory_offset: usize,
    pub flags: VkSparseMemoryBindFlags,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSparseMemoryBind<'static>
[src]

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

Auto Trait Implementations

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

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