pub type ArcDynHit = Hit_TO<'static, RArc<()>>;Expand description
FFI-safe Hit trait object.
It uses [RArc] to facilitate caching hits.
Aliased Type§
struct ArcDynHit {
pub obj: RObject<'static, RArc<()>, Hit_Interface, VTable_Prefix<(), RArc<()>>>,
/* private fields */
}Fields§
§obj: RObject<'static, RArc<()>, Hit_Interface, VTable_Prefix<(), RArc<()>>>