Struct vks::VkImportMemoryFdInfoKHX [] [src]

#[repr(C)]
pub struct VkImportMemoryFdInfoKHX { pub sType: VkStructureType, pub pNext: *const c_void, pub handleType: VkExternalMemoryHandleTypeFlagBitsKHX, pub fd: c_int, }

Fields

Trait Implementations

impl Debug for VkImportMemoryFdInfoKHX
[src]

Formats the value using the given formatter.

impl Copy for VkImportMemoryFdInfoKHX
[src]

impl Clone for VkImportMemoryFdInfoKHX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkImportMemoryFdInfoKHX
[src]

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