#[repr(C)]pub struct PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub descriptor_set_host_mapping: u32,
}Expand description
VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
Provided by VK_VALVE_descriptor_set_host_mapping.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_SET_HOST_MAPPING_FEATURES_VALVE.
p_next: *mut c_voidOptional, may be null.
descriptor_set_host_mapping: u32Implementations§
Source§impl PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
impl PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
Sourcepub fn builder<'a>() -> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
impl Clone for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
Source§fn clone(&self) -> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
fn clone(&self) -> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
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 PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
impl ExtendsDeviceCreateInfo for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
impl RefUnwindSafe for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
impl !Send for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
impl !Sync for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
impl Unpin for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
impl UnsafeUnpin for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
impl UnwindSafe for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
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