#[repr(C)]pub struct VkDescriptorUpdateTemplateEntry {
pub dstBinding: u32,
pub dstArrayElement: u32,
pub descriptorCount: u32,
pub descriptorType: VkDescriptorType,
pub offset: usize,
pub stride: usize,
}
Fields§
§dstBinding: u32
§dstArrayElement: u32
§descriptorCount: u32
§descriptorType: VkDescriptorType
§offset: usize
§stride: usize
Trait 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§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 VkDescriptorUpdateTemplateEntry
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