Expand description
Base classes to work with IDL callbacks.
Structsยง
- Call
Setup ๐A class that performs whatever setup we need to safely make a call while this class is on the stack. Afternew
returns, the call is safe to make. - Callback
Function ๐A common base class for representing IDL callback function types. - Callback
Interface ๐A common base class for representing IDL callback interface types. - Callback
Object ๐A common base class for representing IDL callback function and callback interface types.
Enumsยง
- Exception
Handling ๐The exception handling used for a call.
Traitsยง
- Callback
Container ๐A trait to be implemented by concrete IDL callback function and callback interface types. - This
Reflector ๐
Functionsยง
- wrap_
call_ ๐this_ value Wraps the reflector forp
into the realm ofcx
.