Node

Type Alias Node 

Source
pub type Node = Node_TO<'static, RBox<()>>;

Aliased Type§

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

Fields§

§obj: RObject<'static, RBox<()>, Node_Interface, VTable_Prefix<(), RBox<()>>>