Struct ash::vk::types::BufferCreateInfo [] [src]

#[repr(C)]
pub struct BufferCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: BufferCreateFlags, pub size: DeviceSize, pub usage: BufferUsageFlags, pub sharing_mode: SharingMode, pub queue_family_index_count: uint32_t, pub p_queue_family_indices: *const uint32_t, }

Fields

Trait Implementations

impl Debug for BufferCreateInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for BufferCreateInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more