Type Alias pjrt_sys::PJRT_DeviceDescription_ProcessIndex
source · pub type PJRT_DeviceDescription_ProcessIndex = Option<unsafe extern "C" fn(args: *mut PJRT_DeviceDescription_ProcessIndex_Args) -> *mut PJRT_Error>;Aliased Type§
enum PJRT_DeviceDescription_ProcessIndex {
None,
Some(unsafe extern "C" fn(_: *mut PJRT_DeviceDescription_ProcessIndex_Args) -> *mut PJRT_Error),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut PJRT_DeviceDescription_ProcessIndex_Args) -> *mut PJRT_Error)
Some value of type T.