#[repr(C)]pub struct DescriptorUpdateTemplateEntry {
pub dst_binding: u32,
pub dst_array_element: u32,
pub descriptor_count: u32,
pub descriptor_type: DescriptorType,
pub offset: usize,
pub stride: usize,
}Expand description
Fields
dst_binding: u32dst_array_element: u32descriptor_count: u32descriptor_type: DescriptorTypeoffset: usizestride: usizeTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for DescriptorUpdateTemplateEntry
impl Sync for DescriptorUpdateTemplateEntry
impl Unpin for DescriptorUpdateTemplateEntry
impl UnwindSafe for DescriptorUpdateTemplateEntry
Blanket Implementations
Mutably borrows from an owned value. Read more