Struct vks::VkMemoryFdPropertiesKHX [] [src]

#[repr(C)]
pub struct VkMemoryFdPropertiesKHX { pub sType: VkStructureType, pub pNext: *mut c_void, pub memoryTypeBits: u32, }

Fields

Trait Implementations

impl Debug for VkMemoryFdPropertiesKHX
[src]

Formats the value using the given formatter.

impl Copy for VkMemoryFdPropertiesKHX
[src]

impl Clone for VkMemoryFdPropertiesKHX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkMemoryFdPropertiesKHX
[src]

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