#[repr(C)]pub struct ShaderDescriptorSetAndBindingMappingInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub mapping_count: u32,
pub mappings: *const DescriptorSetAndBindingMappingEXT,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§mapping_count: u32§mappings: *const DescriptorSetAndBindingMappingEXTTrait Implementations§
Source§impl Clone for ShaderDescriptorSetAndBindingMappingInfoEXT
impl Clone for ShaderDescriptorSetAndBindingMappingInfoEXT
Source§fn clone(&self) -> ShaderDescriptorSetAndBindingMappingInfoEXT
fn clone(&self) -> ShaderDescriptorSetAndBindingMappingInfoEXT
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 moreSource§impl PartialEq for ShaderDescriptorSetAndBindingMappingInfoEXT
impl PartialEq for ShaderDescriptorSetAndBindingMappingInfoEXT
Source§fn eq(&self, other: &ShaderDescriptorSetAndBindingMappingInfoEXT) -> bool
fn eq(&self, other: &ShaderDescriptorSetAndBindingMappingInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ShaderDescriptorSetAndBindingMappingInfoEXT
impl Eq for ShaderDescriptorSetAndBindingMappingInfoEXT
impl Send for ShaderDescriptorSetAndBindingMappingInfoEXT
impl StructuralPartialEq for ShaderDescriptorSetAndBindingMappingInfoEXT
impl Sync for ShaderDescriptorSetAndBindingMappingInfoEXT
Auto Trait Implementations§
impl Freeze for ShaderDescriptorSetAndBindingMappingInfoEXT
impl RefUnwindSafe for ShaderDescriptorSetAndBindingMappingInfoEXT
impl Unpin for ShaderDescriptorSetAndBindingMappingInfoEXT
impl UnwindSafe for ShaderDescriptorSetAndBindingMappingInfoEXT
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