#[repr(C)]pub struct DescriptorSetAndBindingMappingEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub descriptor_set: u32,
pub first_binding: u32,
pub binding_count: u32,
pub resource_mask: SpirvResourceTypeFlagsEXT,
pub source: DescriptorMappingSourceEXT,
pub source_data: DescriptorMappingSourceDataEXT,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§descriptor_set: u32§first_binding: u32§binding_count: u32§resource_mask: SpirvResourceTypeFlagsEXT§source: DescriptorMappingSourceEXT§source_data: DescriptorMappingSourceDataEXTTrait Implementations§
Source§impl Clone for DescriptorSetAndBindingMappingEXT
impl Clone for DescriptorSetAndBindingMappingEXT
Source§fn clone(&self) -> DescriptorSetAndBindingMappingEXT
fn clone(&self) -> DescriptorSetAndBindingMappingEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DescriptorSetAndBindingMappingEXT
impl Send for DescriptorSetAndBindingMappingEXT
impl Sync for DescriptorSetAndBindingMappingEXT
Auto Trait Implementations§
impl Freeze for DescriptorSetAndBindingMappingEXT
impl RefUnwindSafe for DescriptorSetAndBindingMappingEXT
impl Unpin for DescriptorSetAndBindingMappingEXT
impl UnwindSafe for DescriptorSetAndBindingMappingEXT
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