Struct vks::VkImageSwapchainCreateInfoKHX [] [src]

#[repr(C)]
pub struct VkImageSwapchainCreateInfoKHX { pub sType: VkStructureType, pub pNext: *const c_void, pub swapchain: VkSwapchainKHR, }

Fields

Trait Implementations

impl Debug for VkImageSwapchainCreateInfoKHX
[src]

Formats the value using the given formatter.

impl Copy for VkImageSwapchainCreateInfoKHX
[src]

impl Clone for VkImageSwapchainCreateInfoKHX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkImageSwapchainCreateInfoKHX
[src]

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