ash::vk

Type Alias PhysicalDeviceMaintenance3PropertiesKHR

Source
pub type PhysicalDeviceMaintenance3PropertiesKHR<'a> = PhysicalDeviceMaintenance3Properties<'a>;

Aliased Type§

struct PhysicalDeviceMaintenance3PropertiesKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub max_per_set_descriptors: u32,
    pub max_memory_allocation_size: u64,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

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

Implementations

Source§

impl<'a> PhysicalDeviceMaintenance3Properties<'a>

Source

pub fn max_per_set_descriptors(self, max_per_set_descriptors: u32) -> Self

Source

pub fn max_memory_allocation_size( self, max_memory_allocation_size: DeviceSize, ) -> Self

Trait Implementations

Source§

impl<'a> Clone for PhysicalDeviceMaintenance3Properties<'a>

Source§

fn clone(&self) -> PhysicalDeviceMaintenance3Properties<'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 PhysicalDeviceMaintenance3Properties<'a>

Source§

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

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

impl Default for PhysicalDeviceMaintenance3Properties<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for PhysicalDeviceMaintenance3Properties<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES

Source§

impl<'a> Copy for PhysicalDeviceMaintenance3Properties<'a>

Source§

impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMaintenance3Properties<'_>

Source§

impl Send for PhysicalDeviceMaintenance3Properties<'_>

Source§

impl Sync for PhysicalDeviceMaintenance3Properties<'_>