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