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
source§impl PhysicalDeviceToolProperties
impl PhysicalDeviceToolProperties
pub fn builder<'a>() -> PhysicalDeviceToolPropertiesBuilder<'a>
Trait Implementations
source§impl Clone for PhysicalDeviceToolProperties
impl Clone for PhysicalDeviceToolProperties
source§fn clone(&self) -> PhysicalDeviceToolProperties
fn clone(&self) -> PhysicalDeviceToolProperties
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more