Struct ash::vk::CommandPoolCreateInfo [−][src]
#[repr(C)]pub struct CommandPoolCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: CommandPoolCreateFlags, pub queue_family_index: u32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: CommandPoolCreateFlags
queue_family_index: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CommandPoolCreateInfo
impl !Send for CommandPoolCreateInfo
impl !Sync for CommandPoolCreateInfo
impl Unpin for CommandPoolCreateInfo
impl UnwindSafe for CommandPoolCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more