Type Alias VRDisplayPtr

Source
pub type VRDisplayPtr = Arc<RefCell<dyn VRDisplay>>;

Aliased Typeยง

pub struct VRDisplayPtr { /* private fields */ }