ash::vk

Type Alias PhysicalDeviceMaintenance4FeaturesKHR

Source
pub type PhysicalDeviceMaintenance4FeaturesKHR<'a> = PhysicalDeviceMaintenance4Features<'a>;

Aliased Type§

struct PhysicalDeviceMaintenance4FeaturesKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub maintenance4: u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§maintenance4: u32§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> PhysicalDeviceMaintenance4Features<'a>

Source

pub fn maintenance4(self, maintenance4: bool) -> Self

Trait Implementations

Source§

impl<'a> Clone for PhysicalDeviceMaintenance4Features<'a>

Source§

fn clone(&self) -> PhysicalDeviceMaintenance4Features<'a>

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<'a> Debug for PhysicalDeviceMaintenance4Features<'a>

Source§

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

Formats the value using the given formatter. Read more
Source§

impl Default for PhysicalDeviceMaintenance4Features<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for PhysicalDeviceMaintenance4Features<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES

Source§

impl<'a> Copy for PhysicalDeviceMaintenance4Features<'a>

Source§

impl ExtendsDeviceCreateInfo for PhysicalDeviceMaintenance4Features<'_>

Source§

impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMaintenance4Features<'_>

Source§

impl Send for PhysicalDeviceMaintenance4Features<'_>

Source§

impl Sync for PhysicalDeviceMaintenance4Features<'_>