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: u32
Implementations§
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§impl TaggedStructure for CommandPoolCreateInfo
impl TaggedStructure for CommandPoolCreateInfo
const STRUCTURE_TYPE: StructureType = StructureType::COMMAND_POOL_CREATE_INFO
impl Copy for CommandPoolCreateInfo
Auto Trait Implementations§
impl Freeze for CommandPoolCreateInfo
impl RefUnwindSafe for CommandPoolCreateInfo
impl !Send for CommandPoolCreateInfo
impl !Sync for CommandPoolCreateInfo
impl Unpin for CommandPoolCreateInfo
impl UnwindSafe for CommandPoolCreateInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more