#[repr(C)]pub struct VkDescriptorSetAllocateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub descriptorPool: VkDescriptorPool,
pub descriptorSetCount: u32,
pub pSetLayouts: *const VkDescriptorSetLayout,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§descriptorPool: VkDescriptorPool
§descriptorSetCount: u32
§pSetLayouts: *const VkDescriptorSetLayout
Trait Implementations§
Source§impl Clone for VkDescriptorSetAllocateInfo
impl Clone for VkDescriptorSetAllocateInfo
Source§fn clone(&self) -> VkDescriptorSetAllocateInfo
fn clone(&self) -> VkDescriptorSetAllocateInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkDescriptorSetAllocateInfo
Auto Trait Implementations§
impl Freeze for VkDescriptorSetAllocateInfo
impl RefUnwindSafe for VkDescriptorSetAllocateInfo
impl !Send for VkDescriptorSetAllocateInfo
impl !Sync for VkDescriptorSetAllocateInfo
impl Unpin for VkDescriptorSetAllocateInfo
impl UnwindSafe for VkDescriptorSetAllocateInfo
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