Struct vks::VkBindImageMemoryInfoKHX [] [src]

#[repr(C)]
pub struct VkBindImageMemoryInfoKHX { pub sType: VkStructureType, pub pNext: *const c_void, pub image: VkImage, pub memory: VkDeviceMemory, pub memoryOffset: VkDeviceSize, pub deviceIndexCount: u32, pub pDeviceIndices: *const u32, pub SFRRectCount: u32, pub pSFRRects: *const VkRect2D, }

Fields

Trait Implementations

impl Debug for VkBindImageMemoryInfoKHX
[src]

Formats the value using the given formatter.

impl Copy for VkBindImageMemoryInfoKHX
[src]

impl Clone for VkBindImageMemoryInfoKHX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkBindImageMemoryInfoKHX
[src]

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