mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-19 18:04:20 +00:00
Add standard traits to Bitrate.
This commit is contained in:
parent
1f32efce83
commit
f11310581c
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ use version;
|
||||||
|
|
||||||
use stream;
|
use stream;
|
||||||
|
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy, Debug, PartialOrd, Ord, PartialEq, Eq)]
|
||||||
pub enum Bitrate {
|
pub enum Bitrate {
|
||||||
Bitrate96,
|
Bitrate96,
|
||||||
Bitrate160,
|
Bitrate160,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue