Type Definition chipmunk_rs::BodyHandle [] [src]

type BodyHandle<T> = Rc<RefCell<Body<T>>>;

Reference counted handle to a Body<T>.