Type Alias gravel_ffi::logging::LogTarget_CTO

source ·
pub type LogTarget_CTO<'lt, '_sub> = LogTarget_TO<'lt, RRef<'_sub, ()>>;
Expand description

A type alias for the const-constructible LogTarget_TO.

Aliased Type§

struct LogTarget_CTO<'lt, '_sub> {
    pub obj: RObject<'lt, RRef<'_sub, ()>, LogTarget_Interface, VTable_Prefix<(), RRef<'_sub, ()>>>,
    /* private fields */
}

Fields§

§obj: RObject<'lt, RRef<'_sub, ()>, LogTarget_Interface, VTable_Prefix<(), RRef<'_sub, ()>>>