#[repr(C)]pub struct VkPushDescriptorSetWithTemplateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub descriptorUpdateTemplate: VkDescriptorUpdateTemplate,
pub layout: VkPipelineLayout,
pub set: u32,
pub pData: *const c_void,
}Expand description
struct VkPushDescriptorSetWithTemplateInfo from VK_VERSION_1_4
Fields§
§sType: VkStructureType§pNext: *const c_void§descriptorUpdateTemplate: VkDescriptorUpdateTemplate§layout: VkPipelineLayout§set: u32§pData: *const c_voidTrait Implementations§
Source§impl Clone for VkPushDescriptorSetWithTemplateInfo
impl Clone for VkPushDescriptorSetWithTemplateInfo
Source§fn clone(&self) -> VkPushDescriptorSetWithTemplateInfo
fn clone(&self) -> VkPushDescriptorSetWithTemplateInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkPushDescriptorSetWithTemplateInfo
Auto Trait Implementations§
impl !Send for VkPushDescriptorSetWithTemplateInfo
impl !Sync for VkPushDescriptorSetWithTemplateInfo
impl Freeze for VkPushDescriptorSetWithTemplateInfo
impl RefUnwindSafe for VkPushDescriptorSetWithTemplateInfo
impl Unpin for VkPushDescriptorSetWithTemplateInfo
impl UnsafeUnpin for VkPushDescriptorSetWithTemplateInfo
impl UnwindSafe for VkPushDescriptorSetWithTemplateInfo
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