Skip to main content

FfiNode_CTO

Type Alias FfiNode_CTO 

Source
pub type FfiNode_CTO<'_sub> = FfiNode_TO<RRef<'_sub, ()>>;
Expand description

A type alias for the const-constructible FfiNode_TO.

Aliased Type§

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

Fields§

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