Struct vks::VkExternalBufferPropertiesKHX [] [src]

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

Fields

Trait Implementations

impl Debug for VkExternalBufferPropertiesKHX
[src]

Formats the value using the given formatter.

impl Copy for VkExternalBufferPropertiesKHX
[src]

impl Clone for VkExternalBufferPropertiesKHX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkExternalBufferPropertiesKHX
[src]

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