mirror of
https://github.com/figsoda/mmtc
synced 2024-11-26 08:50:18 +00:00
sort attributes
This commit is contained in:
parent
d75e809cbf
commit
1936333c83
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pub struct Status {
|
|||
pub song: Option<Song>,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct Song {
|
||||
pub pos: usize,
|
||||
pub elapsed: u16,
|
||||
|
|
Loading…
Reference in a new issue