Struct vks::VkBufferCreateInfo [] [src]

#[repr(C)]
pub struct VkBufferCreateInfo { pub sType: VkStructureType, pub pNext: *const c_void, pub flags: VkBufferCreateFlags, pub size: VkDeviceSize, pub usage: VkBufferUsageFlags, pub sharingMode: VkSharingMode, pub queueFamilyIndexCount: u32, pub pQueueFamilyIndices: *const u32, }

Fields

Trait Implementations

impl Debug for VkBufferCreateInfo
[src]

Formats the value using the given formatter.

impl Copy for VkBufferCreateInfo
[src]

impl Clone for VkBufferCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkBufferCreateInfo
[src]

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