#[repr(C)]pub struct VkShaderDescriptorSetAndBindingMappingInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub mappingCount: u32,
pub pMappings: *const VkDescriptorSetAndBindingMappingEXT,
}Fields§
§sType: VkStructureType§pNext: *const c_void§mappingCount: u32§pMappings: *const VkDescriptorSetAndBindingMappingEXTTrait Implementations§
Source§impl Clone for VkShaderDescriptorSetAndBindingMappingInfoEXT
impl Clone for VkShaderDescriptorSetAndBindingMappingInfoEXT
Source§fn clone(&self) -> VkShaderDescriptorSetAndBindingMappingInfoEXT
fn clone(&self) -> VkShaderDescriptorSetAndBindingMappingInfoEXT
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 VkShaderDescriptorSetAndBindingMappingInfoEXT
Auto Trait Implementations§
impl Freeze for VkShaderDescriptorSetAndBindingMappingInfoEXT
impl RefUnwindSafe for VkShaderDescriptorSetAndBindingMappingInfoEXT
impl !Send for VkShaderDescriptorSetAndBindingMappingInfoEXT
impl !Sync for VkShaderDescriptorSetAndBindingMappingInfoEXT
impl Unpin for VkShaderDescriptorSetAndBindingMappingInfoEXT
impl UnwindSafe for VkShaderDescriptorSetAndBindingMappingInfoEXT
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