We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1574867 commit deed833Copy full SHA for deed833
crates/rolt/src/simple_types.rs
@@ -29,7 +29,7 @@ impl BroadPhaseLayer {
29
}
30
31
/// An ID that can be used to access a body using [`BodyInterface`][crate::BodyInterface].
32
-#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd)]
33
pub struct BodyId(JPC_BodyID);
34
35
impl BodyId {
0 commit comments