Give Bitrate copy semantics.

For such a simple type, which will likely never change
to be un-copyable, it's nicer to have copy semantics.
This commit is contained in:
Simon Persson 2017-01-06 12:56:34 +01:00
parent b4c7e8e057
commit 28aed0d18b

View file

@ -28,6 +28,7 @@ use version;
use stream;
#[derive(Clone, Copy)]
pub enum Bitrate {
Bitrate96,
Bitrate160,