Native method registry java.lang.Class wtf

This commit is contained in:
vegowotenks 2024-09-09 15:43:26 +02:00
parent 3282694b32
commit b4c428685f
9 changed files with 987 additions and 40 deletions

View file

@ -93,7 +93,7 @@ impl HeapArea {
}
#[derive(Debug, Clone, Copy)]
#[derive(Clone, Copy, Debug, Default, PartialEq)]
pub struct ObjectReference(u32);