Struct vulkanalia_sys::CopyDescriptorSet
source · [−]#[repr(C)]pub struct CopyDescriptorSet {
pub s_type: StructureType,
pub next: *const c_void,
pub src_set: DescriptorSet,
pub src_binding: u32,
pub src_array_element: u32,
pub dst_set: DescriptorSet,
pub dst_binding: u32,
pub dst_array_element: u32,
pub descriptor_count: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsrc_set: DescriptorSetsrc_binding: u32src_array_element: u32dst_set: DescriptorSetdst_binding: u32dst_array_element: u32descriptor_count: u32Trait 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 CopyDescriptorSet
impl !Send for CopyDescriptorSet
impl !Sync for CopyDescriptorSet
impl Unpin for CopyDescriptorSet
impl UnwindSafe for CopyDescriptorSet
Blanket Implementations
Mutably borrows from an owned value. Read more