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

Trait Implementations

source§

impl TaggedStructure for PhysicalDeviceMaintenance4Features

source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES

source§

impl ExtendsDeviceCreateInfo for PhysicalDeviceMaintenance4Features

source§

impl Clone for PhysicalDeviceMaintenance4Features

source§

fn clone(&self) -> PhysicalDeviceMaintenance4Features

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMaintenance4Features

source§

impl Copy for PhysicalDeviceMaintenance4Features

source§

impl Default for PhysicalDeviceMaintenance4Features

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Debug for PhysicalDeviceMaintenance4Features

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more