Struct ash::vk::DescriptorSetAllocateInfo
source · #[repr(C)]pub struct DescriptorSetAllocateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub descriptor_pool: DescriptorPool,
pub descriptor_set_count: u32,
pub p_set_layouts: *const DescriptorSetLayout,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§descriptor_pool: DescriptorPool
§descriptor_set_count: u32
§p_set_layouts: *const DescriptorSetLayout
Implementations§
source§impl DescriptorSetAllocateInfo
impl DescriptorSetAllocateInfo
pub fn builder<'a>() -> DescriptorSetAllocateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for DescriptorSetAllocateInfo
impl Clone for DescriptorSetAllocateInfo
source§fn clone(&self) -> DescriptorSetAllocateInfo
fn clone(&self) -> DescriptorSetAllocateInfo
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 DescriptorSetAllocateInfo
impl Debug for DescriptorSetAllocateInfo
source§impl Default for DescriptorSetAllocateInfo
impl Default for DescriptorSetAllocateInfo
source§impl TaggedStructure for DescriptorSetAllocateInfo
impl TaggedStructure for DescriptorSetAllocateInfo
const STRUCTURE_TYPE: StructureType = StructureType::DESCRIPTOR_SET_ALLOCATE_INFO
impl Copy for DescriptorSetAllocateInfo
Auto Trait Implementations§
impl Freeze for DescriptorSetAllocateInfo
impl RefUnwindSafe for DescriptorSetAllocateInfo
impl !Send for DescriptorSetAllocateInfo
impl !Sync for DescriptorSetAllocateInfo
impl Unpin for DescriptorSetAllocateInfo
impl UnwindSafe for DescriptorSetAllocateInfo
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