Struct vks::VkSubresourceLayout [] [src]

#[repr(C)]
pub struct VkSubresourceLayout { pub offset: VkDeviceSize, pub size: VkDeviceSize, pub rowPitch: VkDeviceSize, pub arrayPitch: VkDeviceSize, pub depthPitch: VkDeviceSize, }

Fields

Trait Implementations

impl Debug for VkSubresourceLayout
[src]

Formats the value using the given formatter.

impl Copy for VkSubresourceLayout
[src]

impl Clone for VkSubresourceLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSubresourceLayout
[src]

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