Struct vulkanalia_sys::WriteDescriptorSet
source · [−]#[repr(C)]pub struct WriteDescriptorSet {
pub s_type: StructureType,
pub next: *const c_void,
pub dst_set: DescriptorSet,
pub dst_binding: u32,
pub dst_array_element: u32,
pub descriptor_count: u32,
pub descriptor_type: DescriptorType,
pub image_info: *const DescriptorImageInfo,
pub buffer_info: *const DescriptorBufferInfo,
pub texel_buffer_view: *const BufferView,
}Expand description
Fields
s_type: StructureTypenext: *const c_voiddst_set: DescriptorSetdst_binding: u32dst_array_element: u32descriptor_count: u32descriptor_type: DescriptorTypeimage_info: *const DescriptorImageInfobuffer_info: *const DescriptorBufferInfotexel_buffer_view: *const BufferViewTrait Implementations
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 RefUnwindSafe for WriteDescriptorSet
impl !Send for WriteDescriptorSet
impl !Sync for WriteDescriptorSet
impl Unpin for WriteDescriptorSet
impl UnwindSafe for WriteDescriptorSet
Blanket Implementations
Mutably borrows from an owned value. Read more