pub struct Loaded {Show 24 fields
pub ze_driver_get: unsafe extern "C" fn(p_count: *mut u32, ph_drivers: *mut ZeDriverHandle) -> ZeResult,
pub ze_device_get: unsafe extern "C" fn(h_driver: ZeDriverHandle, p_count: *mut u32, ph_devices: *mut ZeDeviceHandle) -> ZeResult,
pub ze_device_get_properties: unsafe extern "C" fn(h_device: ZeDeviceHandle, p_properties: *mut ZeDeviceProperties) -> ZeResult,
pub ze_context_create: ZeContextCreateFn,
pub ze_context_destroy: ZeContextDestroyFn,
pub ze_command_queue_create: ZeCommandQueueCreateFn,
pub ze_command_queue_destroy: ZeCommandQueueDestroyFn,
pub ze_command_list_create: ZeCommandListCreateFn,
pub ze_command_list_destroy: ZeCommandListDestroyFn,
pub ze_mem_alloc_device: ZeMemAllocDeviceFn,
pub ze_mem_alloc_shared: ZeMemAllocSharedFn,
pub ze_mem_free: ZeMemFreeFn,
pub ze_module_create: ZeModuleCreateFn,
pub ze_module_destroy: ZeModuleDestroyFn,
pub ze_kernel_create: ZeKernelCreateFn,
pub ze_kernel_destroy: ZeKernelDestroyFn,
pub ze_kernel_set_group_size: ZeKernelSetGroupSizeFn,
pub ze_kernel_set_argument_value: ZeKernelSetArgumentValueFn,
pub ze_command_list_append_launch_kernel: ZeCommandListAppendLaunchKernelFn,
pub ze_command_list_append_memory_copy: ZeCommandListAppendMemoryCopyFn,
pub ze_command_list_close: ZeCommandListCloseFn,
pub ze_command_list_reset: ZeCommandListResetFn,
pub ze_command_queue_execute_command_lists: ZeCommandQueueExecuteCommandListsFn,
pub ze_command_queue_synchronize: ZeCommandQueueSynchronizeFn,
/* private fields */
}Fields§
§ze_driver_get: unsafe extern "C" fn(p_count: *mut u32, ph_drivers: *mut ZeDriverHandle) -> ZeResult§ze_device_get: unsafe extern "C" fn(h_driver: ZeDriverHandle, p_count: *mut u32, ph_devices: *mut ZeDeviceHandle) -> ZeResult§ze_device_get_properties: unsafe extern "C" fn(h_device: ZeDeviceHandle, p_properties: *mut ZeDeviceProperties) -> ZeResult§ze_context_create: ZeContextCreateFn§ze_context_destroy: ZeContextDestroyFn§ze_command_queue_create: ZeCommandQueueCreateFn§ze_command_queue_destroy: ZeCommandQueueDestroyFn§ze_command_list_create: ZeCommandListCreateFn§ze_command_list_destroy: ZeCommandListDestroyFn§ze_mem_alloc_device: ZeMemAllocDeviceFn§ze_mem_free: ZeMemFreeFn§ze_module_create: ZeModuleCreateFn§ze_module_destroy: ZeModuleDestroyFn§ze_kernel_create: ZeKernelCreateFn§ze_kernel_destroy: ZeKernelDestroyFn§ze_kernel_set_group_size: ZeKernelSetGroupSizeFn§ze_kernel_set_argument_value: ZeKernelSetArgumentValueFn§ze_command_list_append_launch_kernel: ZeCommandListAppendLaunchKernelFn§ze_command_list_append_memory_copy: ZeCommandListAppendMemoryCopyFn§ze_command_list_close: ZeCommandListCloseFn§ze_command_list_reset: ZeCommandListResetFn§ze_command_queue_execute_command_lists: ZeCommandQueueExecuteCommandListsFn§ze_command_queue_synchronize: ZeCommandQueueSynchronizeFnTrait Implementations§
Auto Trait Implementations§
impl Freeze for Loaded
impl RefUnwindSafe for Loaded
impl Unpin for Loaded
impl UnsafeUnpin for Loaded
impl UnwindSafe for Loaded
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more