Type Alias ash::vk::PhysicalDeviceMaintenance4FeaturesKHR
source · pub type PhysicalDeviceMaintenance4FeaturesKHR = PhysicalDeviceMaintenance4Features;
Aliased Type§
struct PhysicalDeviceMaintenance4FeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub maintenance4: u32,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§maintenance4: u32
Implementations
source§impl PhysicalDeviceMaintenance4Features
impl PhysicalDeviceMaintenance4Features
pub fn builder<'a>() -> PhysicalDeviceMaintenance4FeaturesBuilder<'a>
Trait Implementations
source§impl TaggedStructure for PhysicalDeviceMaintenance4Features
impl TaggedStructure for PhysicalDeviceMaintenance4Features
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES
impl ExtendsDeviceCreateInfo for PhysicalDeviceMaintenance4Features
source§impl Clone for PhysicalDeviceMaintenance4Features
impl Clone for PhysicalDeviceMaintenance4Features
source§fn clone(&self) -> PhysicalDeviceMaintenance4Features
fn clone(&self) -> PhysicalDeviceMaintenance4Features
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 more