Struct ash::vk::DescriptorSetLayoutHostMappingInfoVALVE
source · #[repr(C)]pub struct DescriptorSetLayoutHostMappingInfoVALVE {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub descriptor_offset: usize,
pub descriptor_size: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§descriptor_offset: usize
§descriptor_size: u32
Implementations§
Trait Implementations§
source§impl Clone for DescriptorSetLayoutHostMappingInfoVALVE
impl Clone for DescriptorSetLayoutHostMappingInfoVALVE
source§fn clone(&self) -> DescriptorSetLayoutHostMappingInfoVALVE
fn clone(&self) -> DescriptorSetLayoutHostMappingInfoVALVE
Returns a copy 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 TaggedStructure for DescriptorSetLayoutHostMappingInfoVALVE
impl TaggedStructure for DescriptorSetLayoutHostMappingInfoVALVE
const STRUCTURE_TYPE: StructureType = StructureType::DESCRIPTOR_SET_LAYOUT_HOST_MAPPING_INFO_VALVE
impl Copy for DescriptorSetLayoutHostMappingInfoVALVE
Auto Trait Implementations§
impl Freeze for DescriptorSetLayoutHostMappingInfoVALVE
impl RefUnwindSafe for DescriptorSetLayoutHostMappingInfoVALVE
impl !Send for DescriptorSetLayoutHostMappingInfoVALVE
impl !Sync for DescriptorSetLayoutHostMappingInfoVALVE
impl Unpin for DescriptorSetLayoutHostMappingInfoVALVE
impl UnwindSafe for DescriptorSetLayoutHostMappingInfoVALVE
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