Struct bedrock::vk::VkSparseImageMemoryBind [] [src]

#[repr(C)]
pub struct VkSparseImageMemoryBind { pub subresource: VkImageSubresource, pub offset: VkOffset3D, pub extent: VkExtent3D, pub memory: VkDeviceMemory, pub memoryOffset: VkDeviceSize, pub flags: VkSparseMemoryBindFlags, }

Fields

Trait Implementations

impl Debug for VkSparseImageMemoryBind
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkSparseImageMemoryBind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VkSparseImageMemoryBind
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for VkSparseImageMemoryBind
[src]

Auto Trait Implementations