1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-05-16 06:57:45 +00:00

Implement Clone, Copy for Transformation

This commit is contained in:
Joshua Goins 2025-05-13 16:44:15 -04:00
parent 6a54c96111
commit 6413a592f0

View file

@ -12,7 +12,7 @@ pub struct RelativePositions {
}
#[binrw]
#[derive(Debug)]
#[derive(Debug, Clone, Copy)]
#[brw(little)]
#[repr(C)]
#[allow(dead_code)] // most of the fields are unused at the moment