Struct vks::VkExternalImageFormatPropertiesKHX [] [src]

#[repr(C)]
pub struct VkExternalImageFormatPropertiesKHX { pub sType: VkStructureType, pub pNext: *mut c_void, pub externalMemoryProperties: VkExternalMemoryPropertiesKHX, }

Fields

Trait Implementations

impl Debug for VkExternalImageFormatPropertiesKHX
[src]

Formats the value using the given formatter.

impl Copy for VkExternalImageFormatPropertiesKHX
[src]

impl Clone for VkExternalImageFormatPropertiesKHX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkExternalImageFormatPropertiesKHX
[src]

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