Struct ash::vk::CommandPoolCreateInfo
source · #[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: u32Implementations§
source§impl CommandPoolCreateInfo
impl CommandPoolCreateInfo
pub fn builder<'a>() -> CommandPoolCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for CommandPoolCreateInfo
impl Clone for CommandPoolCreateInfo
source§fn clone(&self) -> CommandPoolCreateInfo
fn clone(&self) -> CommandPoolCreateInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more