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

#[repr(C)]
pub struct CommandPoolCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: CommandPoolCreateFlags, pub queue_family_index: uint32_t, }

Fields

Trait Implementations

impl Debug for CommandPoolCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for CommandPoolCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more