#[repr(C)]pub struct PushDescriptorSetWithTemplateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub descriptor_update_template: DescriptorUpdateTemplate,
pub layout: PipelineLayout,
pub set: u32,
pub data: *const c_void,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§descriptor_update_template: DescriptorUpdateTemplate§layout: PipelineLayout§set: u32§data: *const c_voidTrait Implementations§
Source§impl Clone for PushDescriptorSetWithTemplateInfo
impl Clone for PushDescriptorSetWithTemplateInfo
Source§fn clone(&self) -> PushDescriptorSetWithTemplateInfo
fn clone(&self) -> PushDescriptorSetWithTemplateInfo
Returns a duplicate 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 PartialEq for PushDescriptorSetWithTemplateInfo
impl PartialEq for PushDescriptorSetWithTemplateInfo
Source§fn eq(&self, other: &PushDescriptorSetWithTemplateInfo) -> bool
fn eq(&self, other: &PushDescriptorSetWithTemplateInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PushDescriptorSetWithTemplateInfo
impl Eq for PushDescriptorSetWithTemplateInfo
impl Send for PushDescriptorSetWithTemplateInfo
impl StructuralPartialEq for PushDescriptorSetWithTemplateInfo
impl Sync for PushDescriptorSetWithTemplateInfo
Auto Trait Implementations§
impl Freeze for PushDescriptorSetWithTemplateInfo
impl RefUnwindSafe for PushDescriptorSetWithTemplateInfo
impl Unpin for PushDescriptorSetWithTemplateInfo
impl UnwindSafe for PushDescriptorSetWithTemplateInfo
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