mirror of
https://github.com/redstrate/Physis.git
synced 2025-05-16 15:07:45 +00:00
Implement Clone, Copy for Transformation
This commit is contained in:
parent
6a54c96111
commit
6413a592f0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ pub struct RelativePositions {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[binrw]
|
#[binrw]
|
||||||
#[derive(Debug)]
|
#[derive(Debug, Clone, Copy)]
|
||||||
#[brw(little)]
|
#[brw(little)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
#[allow(dead_code)] // most of the fields are unused at the moment
|
#[allow(dead_code)] // most of the fields are unused at the moment
|
||||||
|
|
Loading…
Add table
Reference in a new issue