pub type PluginAsyncRuntimeObj = PluginAsyncRuntime_TO<'static, RBox<()>>;Aliased Type§
#[repr(transparent)]pub struct PluginAsyncRuntimeObj {
pub obj: RObject<'static, RBox<()>, PluginAsyncRuntime_Interface, VTable_Prefix<(), RBox<()>>>,
/* private fields */
}Fields§
§obj: RObject<'static, RBox<()>, PluginAsyncRuntime_Interface, VTable_Prefix<(), RBox<()>>>