Type Definition chipmunk_rs::ShapeHandle [] [src]

type ShapeHandle<T> = Rc<RefCell<Box<Shape<T>>>>;

Reference counted handle to a Shape<T>.