pub struct VkDescriptorUpdateTemplateEntry {
pub dst_binding: usize,
pub dst_array_element: usize,
pub descriptor_count: usize,
pub descriptor_type: VkDescriptorType,
pub offset: usize,
pub stride: usize,
}Expand description
Wrapper for VkDescriptorUpdateTemplateEntry.
Fields§
§dst_binding: usize§dst_array_element: usize§descriptor_count: usize§descriptor_type: VkDescriptorType§offset: usize§stride: usizeTrait Implementations§
Source§impl Clone for VkDescriptorUpdateTemplateEntry
impl Clone for VkDescriptorUpdateTemplateEntry
Source§fn clone(&self) -> VkDescriptorUpdateTemplateEntry
fn clone(&self) -> VkDescriptorUpdateTemplateEntry
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 Default for VkDescriptorUpdateTemplateEntry
impl Default for VkDescriptorUpdateTemplateEntry
Source§fn default() -> VkDescriptorUpdateTemplateEntry
fn default() -> VkDescriptorUpdateTemplateEntry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkDescriptorUpdateTemplateEntry
impl RefUnwindSafe for VkDescriptorUpdateTemplateEntry
impl Send for VkDescriptorUpdateTemplateEntry
impl Sync for VkDescriptorUpdateTemplateEntry
impl Unpin for VkDescriptorUpdateTemplateEntry
impl UnwindSafe for VkDescriptorUpdateTemplateEntry
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