Type Alias ash::vk::PhysicalDeviceToolPropertiesEXT

source ·
pub type PhysicalDeviceToolPropertiesEXT = PhysicalDeviceToolProperties;

Aliased Type§

struct PhysicalDeviceToolPropertiesEXT {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub name: [i8; 256],
    pub version: [i8; 256],
    pub purposes: ToolPurposeFlags,
    pub description: [i8; 256],
    pub layer: [i8; 256],
}

Fields§

§s_type: StructureType§p_next: *mut c_void§name: [i8; 256]§version: [i8; 256]§purposes: ToolPurposeFlags§description: [i8; 256]§layer: [i8; 256]

Implementations

Trait Implementations

source§

impl Clone for PhysicalDeviceToolProperties

source§

fn clone(&self) -> PhysicalDeviceToolProperties

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 Debug for PhysicalDeviceToolProperties

source§

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

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

impl Default for PhysicalDeviceToolProperties

source§

fn default() -> Self

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

impl TaggedStructure for PhysicalDeviceToolProperties

source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_TOOL_PROPERTIES

source§

impl Copy for PhysicalDeviceToolProperties