#[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,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§descriptorUpdateTemplate: VkDescriptorUpdateTemplate
§layout: VkPipelineLayout
§set: u32
§pData: *const c_void
Trait 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 · 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 VkPushDescriptorSetWithTemplateInfo
Auto Trait Implementations§
impl Freeze for VkPushDescriptorSetWithTemplateInfo
impl RefUnwindSafe for VkPushDescriptorSetWithTemplateInfo
impl !Send for VkPushDescriptorSetWithTemplateInfo
impl !Sync for VkPushDescriptorSetWithTemplateInfo
impl Unpin 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