Struct vks::VkImageMemoryBarrier [] [src]

#[repr(C)]
pub struct VkImageMemoryBarrier { pub sType: VkStructureType, pub pNext: *const c_void, pub srcAccessMask: VkAccessFlags, pub dstAccessMask: VkAccessFlags, pub oldLayout: VkImageLayout, pub newLayout: VkImageLayout, pub srcQueueFamilyIndex: u32, pub dstQueueFamilyIndex: u32, pub image: VkImage, pub subresourceRange: VkImageSubresourceRange, }

Fields

Trait Implementations

impl Debug for VkImageMemoryBarrier
[src]

Formats the value using the given formatter.

impl Copy for VkImageMemoryBarrier
[src]

impl Clone for VkImageMemoryBarrier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkImageMemoryBarrier
[src]

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