ash::vk

Type Alias PhysicalDeviceToolPropertiesEXT

Source
pub type PhysicalDeviceToolPropertiesEXT<'a> = PhysicalDeviceToolProperties<'a>;

Aliased Type§

struct PhysicalDeviceToolPropertiesEXT<'a> {
    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],
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§name: [i8; 256]§version: [i8; 256]§purposes: ToolPurposeFlags§description: [i8; 256]§layer: [i8; 256]§_marker: PhantomData<&'a ()>

Implementations

Trait Implementations

Source§

impl<'a> Clone for PhysicalDeviceToolProperties<'a>

Source§

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

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_TOOL_PROPERTIES

Source§

impl<'a> Copy for PhysicalDeviceToolProperties<'a>

Source§

impl Send for PhysicalDeviceToolProperties<'_>

Source§

impl Sync for PhysicalDeviceToolProperties<'_>