Struct ash::vk::WriteDescriptorSet
source · [−]#[repr(C)]pub struct WriteDescriptorSet {
pub s_type: StructureType,
pub p_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 p_image_info: *const DescriptorImageInfo,
pub p_buffer_info: *const DescriptorBufferInfo,
pub p_texel_buffer_view: *const BufferView,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voiddst_set: DescriptorSetdst_binding: u32dst_array_element: u32descriptor_count: u32descriptor_type: DescriptorTypep_image_info: *const DescriptorImageInfop_buffer_info: *const DescriptorBufferInfop_texel_buffer_view: *const BufferViewImplementations
sourceimpl WriteDescriptorSet
impl WriteDescriptorSet
pub fn builder<'a>() -> WriteDescriptorSetBuilder<'a>
Trait Implementations
sourceimpl Clone for WriteDescriptorSet
impl Clone for WriteDescriptorSet
sourcefn clone(&self) -> WriteDescriptorSet
fn clone(&self) -> WriteDescriptorSet
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for WriteDescriptorSet
impl Debug for WriteDescriptorSet
sourceimpl Default for WriteDescriptorSet
impl Default for WriteDescriptorSet
impl Copy for WriteDescriptorSet
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more