pyo3_
ffi
0.25.0-dev
In pyo3_
ffi::
pycapsule
Statics
PyCapsule_Type
Functions
PyCapsule_CheckExact
PyCapsule_GetContext
PyCapsule_GetDestructor
PyCapsule_GetName
PyCapsule_GetPointer
PyCapsule_Import
PyCapsule_IsValid
PyCapsule_New
PyCapsule_SetContext
PyCapsule_SetDestructor
PyCapsule_SetName
PyCapsule_SetPointer
Type Aliases
PyCapsule_Destructor
⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here
pyo3_ffi
::
pycapsule
Function
PyCapsule_GetName
Copy item path
Settings
Help
Summary
Source
pub unsafe extern "C" fn PyCapsule_GetName( capsule:
*mut
PyObject
, ) ->
*const
c_char