Struct ash::vk::PhysicalDeviceToolProperties
source · #[repr(C)]pub struct PhysicalDeviceToolProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub name: [c_char; 256],
pub version: [c_char; 256],
pub purposes: ToolPurposeFlags,
pub description: [c_char; 256],
pub layer: [c_char; 256],
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§name: [c_char; 256]
§version: [c_char; 256]
§purposes: ToolPurposeFlags
§description: [c_char; 256]
§layer: [c_char; 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