Struct vks::VkImageFormatProperties2KHR [] [src]

#[repr(C)]
pub struct VkImageFormatProperties2KHR { pub sType: VkStructureType, pub pNext: *mut c_void, pub imageFormatProperties: VkImageFormatProperties, }

Fields

Trait Implementations

impl Debug for VkImageFormatProperties2KHR
[src]

Formats the value using the given formatter.

impl Copy for VkImageFormatProperties2KHR
[src]

impl Clone for VkImageFormatProperties2KHR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkImageFormatProperties2KHR
[src]

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