mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +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…
Reference in a new issue