#[repr(C)]pub struct PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub descriptor_set_host_mapping: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§descriptor_set_host_mapping: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
impl Clone for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
source§fn clone(&self) -> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
fn clone(&self) -> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
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 PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
impl TaggedStructure for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DESCRIPTOR_SET_HOST_MAPPING_FEATURES_VALVE
impl 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 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