pub type IntersectionPointRef<P> = Rc<RefCell<IntersectionPoint<P>>>;Expand description
A reference to a IntersectionPoint wrapped in an RC & RefCell
Aliased Typeยง
pub struct IntersectionPointRef<P> { /* private fields */ }pub type IntersectionPointRef<P> = Rc<RefCell<IntersectionPoint<P>>>;A reference to a IntersectionPoint wrapped in an RC & RefCell
pub struct IntersectionPointRef<P> { /* private fields */ }