pub type PhysicalDeviceToolPropertiesEXT = PhysicalDeviceToolProperties;Expand description
Aliased Type§
#[repr(C)]pub struct PhysicalDeviceToolPropertiesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub name: StringArray<256>,
pub version: StringArray<256>,
pub purposes: ToolPurposeFlags,
pub description: StringArray<256>,
pub layer: StringArray<256>,
}Fields§
§s_type: StructureType§next: *mut c_void§name: StringArray<256>§version: StringArray<256>§purposes: ToolPurposeFlags§description: StringArray<256>§layer: StringArray<256>