Type Alias ExtraChecksStaticRef

Source
pub type ExtraChecksStaticRef = ExtraChecks_TO<RRef<'static, ()>>;
Expand description

An ffi-safe equivalent of &'static dyn ExtraChecks.

Aliased Type§

#[repr(transparent)]
pub struct ExtraChecksStaticRef { pub obj: RObject<'static, RRef<'static, ()>, ExtraChecks_Interface, VTable_Prefix<(), RRef<'static, ()>>>, /* private fields */ }

Fields§

§obj: RObject<'static, RRef<'static, ()>, ExtraChecks_Interface, VTable_Prefix<(), RRef<'static, ()>>>