Struct ash::vk::CommandPoolCreateInfo  
source · #[repr(C)]pub struct CommandPoolCreateInfo<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub flags: CommandPoolCreateFlags,
    pub queue_family_index: u32,
    pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: CommandPoolCreateFlags§queue_family_index: u32§_marker: PhantomData<&'a ()>Implementations§
source§impl<'a> CommandPoolCreateInfo<'a>
 
impl<'a> CommandPoolCreateInfo<'a>
pub fn flags(self, flags: CommandPoolCreateFlags) -> Self
pub fn queue_family_index(self, queue_family_index: u32) -> Self
Trait Implementations§
source§impl<'a> Clone for CommandPoolCreateInfo<'a>
 
impl<'a> Clone for CommandPoolCreateInfo<'a>
source§fn clone(&self) -> CommandPoolCreateInfo<'a>
 
fn clone(&self) -> CommandPoolCreateInfo<'a>
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<'a> Debug for CommandPoolCreateInfo<'a>
 
impl<'a> Debug for CommandPoolCreateInfo<'a>
source§impl Default for CommandPoolCreateInfo<'_>
 
impl Default for CommandPoolCreateInfo<'_>
source§impl<'a> TaggedStructure for CommandPoolCreateInfo<'a>
 
impl<'a> TaggedStructure for CommandPoolCreateInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::COMMAND_POOL_CREATE_INFO
impl<'a> Copy for CommandPoolCreateInfo<'a>
impl Send for CommandPoolCreateInfo<'_>
impl Sync for CommandPoolCreateInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for CommandPoolCreateInfo<'a>
impl<'a> RefUnwindSafe for CommandPoolCreateInfo<'a>
impl<'a> Unpin for CommandPoolCreateInfo<'a>
impl<'a> UnwindSafe for CommandPoolCreateInfo<'a>
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)