Struct ash::vk::ExtToolingInfoFn [−][src]
pub struct ExtToolingInfoFn { pub get_physical_device_tool_properties_ext: extern "system" fn(physical_device: PhysicalDevice, p_tool_count: *mut u32, p_tool_properties: *mut PhysicalDeviceToolPropertiesEXT) -> Result, }
Fields
get_physical_device_tool_properties_ext: extern "system" fn(physical_device: PhysicalDevice, p_tool_count: *mut u32, p_tool_properties: *mut PhysicalDeviceToolPropertiesEXT) -> Result
Implementations
pub unsafe fn get_physical_device_tool_properties_ext(
&self,
physical_device: PhysicalDevice,
p_tool_count: *mut u32,
p_tool_properties: *mut PhysicalDeviceToolPropertiesEXT
) -> Result
pub unsafe fn get_physical_device_tool_properties_ext(
&self,
physical_device: PhysicalDevice,
p_tool_count: *mut u32,
p_tool_properties: *mut PhysicalDeviceToolPropertiesEXT
) -> Result
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExtToolingInfoFn
impl Unpin for ExtToolingInfoFn
impl UnwindSafe for ExtToolingInfoFn
Blanket Implementations
Mutably borrows from an owned value. Read more