Struct screen_13::prelude::vk::CommandPoolCreateInfo
source · 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 moresource§impl Debug for CommandPoolCreateInfo
impl Debug for CommandPoolCreateInfo
source§impl Default for CommandPoolCreateInfo
impl Default for CommandPoolCreateInfo
source§fn default() -> CommandPoolCreateInfo
fn default() -> CommandPoolCreateInfo
Returns the “default value” for a type. Read more