Update organya.rs

This commit is contained in:
biroder 2024-03-25 11:02:24 +00:00 committed by GitHub
parent 2193344c4e
commit 254fbd4a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ pub struct Timing {
pub loop_range: LoopRange,
}
#[derive(Copy, Clone)]
#[derive(Debug)]
#[derive(Debug, Copy, Clone)]
pub struct Instrument {
pub freq: u16,
pub inst: u8,