Struct vks::nv_external_memory_capabilities::VkExternalImageFormatPropertiesNV [] [src]

#[repr(C)]
pub struct VkExternalImageFormatPropertiesNV { pub imageFormatProperties: VkImageFormatProperties, pub externalMemoryFeatures: VkExternalMemoryFeatureFlagsNV, pub exportFromImportedHandleTypes: VkExternalMemoryHandleTypeFlagsNV, pub compatibleHandleTypes: VkExternalMemoryHandleTypeFlagsNV, }

Fields

Trait Implementations

impl Debug for VkExternalImageFormatPropertiesNV
[src]

[src]

Formats the value using the given formatter.

impl Copy for VkExternalImageFormatPropertiesNV
[src]

impl Clone for VkExternalImageFormatPropertiesNV
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkExternalImageFormatPropertiesNV
[src]

[src]

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