Type Alias PhysicalDeviceToolPropertiesEXT

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

Aliased Type§

#[repr(C)]
pub 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 ()>